-
Notifications
You must be signed in to change notification settings - Fork 211
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
Add 3rd party oauth example #265
Conversation
…dd_3rd_party_oauth_example
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small comment: Since you're using slack in the example i'd mention that in the title too: Login using a 3rd party app - Slack
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The example shows how to open a new browser tab, go through the OAuth process, return an authorization code, exchange that code for an access token, and then print that access token to the browser. We also then send a message to the front end to update the UI to show the user has logged in.
You can watch the app demo w/ sound to see the app.