philschatz / atom-pull-requests

:octocat: View/Edit comments on a Pull Request directly inside the Atom Editor
47 stars 9 forks source link

use keytar package for storing the API key #25

Closed philschatz closed 7 years ago

philschatz commented 7 years ago

This opens a dialog prompting the user to enter an API token when the rate limit is reached or when a repository cannot be found (probably private).

It then stores the API key in the OS keychain/keyring (using atom/node-keytar ) instead of Atom's config.cson which is included when reporting errors.

fixes #20

Screenshot

image

TODO