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
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)
~/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
The text was updated successfully, but these errors were encountered:
That's a good call! Would you mind sending a PR for that given you have done some research in this area?
Sorry, something went wrong.
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 !
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: