[Feature Request] Store token in safe place like keychain
Hi, thanks for creating this awesome app !
Currently, Lepton save Github access token in User Data storage as plain text (macOS : ~/Library/Application\ Support/Lepton/storage/token.json)
Could we store sensitive data inside keychain of OS ?
I recommend using this lib : https://github.com/atom/node-keytar
That's a good call! Would you mind sending a PR for that given you have done some research in this area?
I'm a newbie JS developer. But I will try my best to make a PR for this feature :)
I made a PR, please help me on review code (sorry for bad code b/c I'm new in JS and Electron) :)
Thank you very much !