-
Notifications
You must be signed in to change notification settings - Fork 596
Home
Kenneth Auchenberg edited this page Sep 11, 2018
·
25 revisions
Welcome to the vscode-pull-request-github wiki!
The authentication workflow is oAuth based, where GitHub Pull Requests initially makes a request to a new Auth endpoint, which then triggers a traditional oAuth flow to GitHub. Once the OAuth flow is completed, the token is returned to VS Code, and stored in an encrypted store (KeyChain or alike) locally on your computer.
See https://github.com/Microsoft/vscode-pull-request-github/issues/93 for details