Skip to content
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

Merged
merged 16 commits into from
Mar 19, 2024
Merged

Add 3rd party oauth example #265

merged 16 commits into from
Mar 19, 2024

Conversation

horeaporutiu
Copy link
Contributor

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.

@horeaporutiu horeaporutiu requested a review from a team as a code owner March 15, 2024 16:50
Copy link

vercel bot commented Mar 15, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
app-examples-wordle ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2024 2:27pm
webhooks-manager ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 18, 2024 2:27pm

Copy link
Contributor

@mettin mettin left a 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

examples/3rd-party-oauth-login/APP_SUBMISSION.md Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/README.md Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/README.md Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/README.md Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/README.md Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/src/app.js Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/src/app.js Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/src/app.js Outdated Show resolved Hide resolved
examples/3rd-party-oauth-login/src/app.js Outdated Show resolved Hide resolved
Copy link
Contributor

@mettin mettin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seal-of-gif

@horeaporutiu horeaporutiu merged commit 68184a5 into main Mar 19, 2024
4 checks passed
@horeaporutiu horeaporutiu deleted the add_3rd_party_oauth_example branch March 19, 2024 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants