Linking multiple auth providers to a single user

One of my use cases is to allow users to sign in to my app using multiple authentication methods, such as email/password or social auth like gmail.

I haven't been able to find much clarity on if this is possible with Supabase Auth, there's a github discussion about it but doesn't provide much further information (https://github.com/supabase/supabase/discussions/5827).

Ideally I'd want to create something like Clerk has in this image, where the user can add additional social auth options in their user profile but I'm not sure if Supabase would be able to support this?
unknown.png
Was this page helpful?