does supabase automatically connect oauth accounts...
# help
a
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
They are linked by common email. One entry in the auth.users() table. https://github.com/supabase/supabase/discussions/3098
a
ah okay thanks!