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

feature: password storage #5

Closed
pabs3 opened this issue Feb 19, 2018 · 3 comments
Closed

feature: password storage #5

pabs3 opened this issue Feb 19, 2018 · 3 comments

Comments

@pabs3
Copy link
Contributor

pabs3 commented Feb 19, 2018

It would be nice if harmony could remember my password and use it when I login.

I would suggest using the Python keyring module to store it in the system-dependent secret storage system:

https://pypi.python.org/pypi/keyring

@pabs3
Copy link
Contributor Author

pabs3 commented Feb 7, 2021

Another option is the secretstorage module:

https://pypi.org/project/SecretStorage/

I think it would be useful to support both the keyring and secretstorage modules, since one or the other module might not be available on older or newer distros.

@taylordotfish
Copy link
Owner

Added in version 0.7.0 using Keyring. If a pressing need to support SecretStorage arises, please open another issue or PR.

@pabs3
Copy link
Contributor Author

pabs3 commented Feb 8, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants