We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(Storing passwords in plain text may not be a good idea.)
It would be quite easier if the app reads from the keyring (https://www.freedesktop.org/wiki/Specifications/secret-storage-spec/) using config like:
[servers.liberachat.sasl.plain] username = "foobar" use_keyring = true
If the keyring doesn't have the password, then the password can be taken from the user and stored in the keyring.
crate libsecret can be used for this purpose
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(Storing passwords in plain text may not be a good idea.)
It would be quite easier if the app reads from the keyring (https://www.freedesktop.org/wiki/Specifications/secret-storage-spec/) using config like:
If the keyring doesn't have the password, then the password can be taken from the user and stored in the keyring.
crate libsecret can be used for this purpose
The text was updated successfully, but these errors were encountered: