cheshire137 / gh-notifications-snoozer

Lists and filters and snoozing pull requests, oh my! This is an app for managing your notifications on GitHub by way of filtering issues and pull requests that are of interest to you.
MIT License
15 stars 10 forks source link

Use keytar to store GitHub access token #52

Closed cheshire137 closed 7 years ago

cheshire137 commented 8 years ago

We can use the https://www.npmjs.com/package/keytar package instead of using our regular JSON storage for storing the access token. This way, if someone knows you're using this app, they won't know exactly which file to check to find your access token.

Hat tip 🎩 @probablycorey.