You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the API key is stored in the config file. The only way to "protect" it is to use file permissions, full disk encryption etc. But most people will not do that, so I think other methods should be offered.
Options:
Store the key encrypted & prompt for a decryption password (Py cryptography module, gpg etc)
Pull from Password Manager e.g. 1Password, Bitwarden
Store in Keychain (macOS only)
Open to other ideas...
The text was updated successfully, but these errors were encountered:
Currently, the API key is stored in the config file. The only way to "protect" it is to use file permissions, full disk encryption etc. But most people will not do that, so I think other methods should be offered.
Options:
Open to other ideas...
The text was updated successfully, but these errors were encountered: