Skip to content

Signing in with third party #71

Answered by rphlmr
MatD1 asked this question in Q&A
Mar 20, 2023 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hello, Thanks for your kind words :)

To make it working, you have to follow the Supabase doc but I guess you did.

Then, in you Supabase Dashboard, allow redirect urls /oauth/callback (one per domain)

And finally, take some inspiration from this branch :p main...example/github-auth

You have to trigger 3rd party auth from the browser and tell Supabase Auth server where to redirect after success.

Whether magic link or social provider, it all ends up in /oauth/callback.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MatD1
Comment options

Answer selected by MatD1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants