MisterWil / abodepy

A thin Python wrapper for the Abode alarm API
MIT License
49 stars 17 forks source link

Library saves password in clear text #88

Closed jaraco closed 1 year ago

jaraco commented 1 year ago

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.

I might be able to provide a patch if there's interest in accepting it.

jaraco commented 1 year ago

I see this project is abandoned. I'll work on this in jaraco.abode.