neonmodem
neonmodem copied to clipboard
Integrate keyring
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.
It would be possible to integrate https://github.com/99designs/keyring in order to save the credentials to a keyring.