jaraco / jaraco.abode

MIT License
11 stars 9 forks source link

Avoid saving passwords in plain text #1

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

As reported in MisterWil/abodepy#86:

It appears like the CLI automatically saves the username/password in clear text to a local text file.

Abodepy should get out of the business of caching/managing user credentials and instead use or at least offer the use of something like keyring to allow credentials to be saved in a secure location.