Join Discord
Powered by
does supabase automatically connect oauth accounts...
# help
a
AmusedGrape
03/04/2022, 3:56 AM
does supabase automatically connect oauth accounts together, and if so, how? is it by email or does it detect the authed user when connecting a new account?
g
garyaustin
03/04/2022, 4:07 AM
They are linked by common email. One entry in the auth.users() table.
https://github.com/supabase/supabase/discussions/3098
a
AmusedGrape
03/04/2022, 11:58 AM
ah okay thanks!
Previous
Next