taylordotfish / harmony

A free/libre program for performing account-related tasks with Discord
GNU General Public License v3.0
86 stars 8 forks source link

feature: password storage #5

Closed pabs3 closed 3 years ago

pabs3 commented 6 years ago

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 commented 3 years ago

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 commented 3 years ago

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

pabs3 commented 3 years ago

Excellent thanks. For Debian at least SecretStorage wouldn't be needed.

-- bye, pabs

https://bonedaddy.net/pabs3/