Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 1password support for saving and retrieving jrnl passwords #1853

Open
micahellison opened this issue Feb 2, 2024 · 0 comments
Open

Add 1password support for saving and retrieving jrnl passwords #1853

micahellison opened this issue Feb 2, 2024 · 0 comments
Labels
enhancement New feature or request 📌 This can't go stale
Milestone

Comments

@micahellison
Copy link
Member

Use Case/Motivation

Currently, jrnl uses keyring to save passwords on the keyring backend supported by the operating system (e.g. Keychain on macOS or Windows Credential Locker on Windows). However, keyring has support for some third-party backends, including the popular password manager 1password through the onepassword-keyring project. It would be nice to implement this in jrnl.

Example Usage

I'm not sure how best to configure this. Maybe we add a new keyring field in the config file.

Otherwise, it shouldn't act too differently than how Keychain works with jrnl on MacOS: it would prompt the user to unlock the vault with a password, then the vault would return the specific jrnl password to jrnl.

Other Information

No response

@micahellison micahellison added enhancement New feature or request 🆕 New! labels Feb 2, 2024
@micahellison micahellison added 📌 This can't go stale and removed 🆕 New! labels Feb 27, 2024
@micahellison micahellison added this to the Backlog milestone Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request 📌 This can't go stale
Projects
None yet
Development

No branches or pull requests

1 participant