-
Notifications
You must be signed in to change notification settings - Fork 30.2k
New issue
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
Documentation for consuming authentication providers #100995
Comments
I always love a good example and saves me trying to go through the GitHub Pull Request source code to figure out what is going on. Can i suggest an example is also put into the repo for consuming the GitHub Auth provider & using that to do some API calls/GraphQL against the auth'd user please :) |
Hi @RMacfarlane , I noticed that the milestones have been updated. Do you have a rough estimate as to when this documentation and/or sample may be available? Thanks! |
Hi @RMacfarlane |
I've created a simple extension sample that uses the new API: https://github.com/microsoft/vscode-extension-samples/tree/master/github-authentication-sample |
Thanks @RMacfarlane !!! Will there also be documentation and/or samples for Microsoft authentication as well? |
Provide documentation, perhaps in the form of a sample extension, explaining how to use the built in GitHub and Microsoft authentication providers. How to use the API, and what the available scopes for these two providers are.
The text was updated successfully, but these errors were encountered: