-
Notifications
You must be signed in to change notification settings - Fork 739
Save oauth tokens to system keychain #190
Copy link
Copy link
Closed
Labels
authenticationfeature-requestRequest for new features or functionalityRequest for new features or functionalitygithubRelated to GitHub APIRelated to GitHub APIimportantIssue identified as high-priorityIssue identified as high-priorityverifiedVerification succeededVerification succeeded
Milestone
Metadata
Metadata
Assignees
Labels
authenticationfeature-requestRequest for new features or functionalityRequest for new features or functionalitygithubRelated to GitHub APIRelated to GitHub APIimportantIssue identified as high-priorityIssue identified as high-priorityverifiedVerification succeededVerification succeeded
Right now we save oauth tokens into the settings file directly which is not safe. We may want to leverage https://www.npmjs.com/package/keytar to store them into system keychain.
This one is a follow up of #94