Skip to content
New issue

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

Integrate keyring #20

Open
bjornsnoen opened this issue Jun 13, 2023 · 1 comment
Open

Integrate keyring #20

bjornsnoen opened this issue Jun 13, 2023 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@bjornsnoen
Copy link

Right now this app saves user credentials in clear text in the toml config. Needless to say this is not safe. I'm not familiar with the go package ecosystem so I don't know what to recommend but I'm certain something like keyring for python exists for handling secrets in go.

@mrusme mrusme changed the title Don't save lemmy passwords in cleartext Integrate keyring Jun 13, 2023
@mrusme
Copy link
Owner

mrusme commented Jun 13, 2023

It would be possible to integrate https://github.com/99designs/keyring in order to save the credentials to a keyring.

@mrusme mrusme added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants