mrusme / neonmodem

Neon Modem Overdrive
https://neonmodem.com
GNU General Public License v3.0
582 stars 22 forks source link

Integrate keyring #20

Open bjornsnoen opened 1 year ago

bjornsnoen commented 1 year ago

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 commented 1 year ago

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