Akarso lets you add SSO sign-up to your Supabase app with 10 lines of code.
A short video explaining how it works: https://www.youtube.com/watch?v=Bv04Ap2YGGI (sorry for my bad englisch)
Currently if you want to let your customers sign in with SSO via Supabase you have to:
supabase sso add
command with their SSO metadataBy instead using Akarso you can just add a button Setup SSO
in your app that redirects to the Akarso Admin Portal where your customers can setup SSO in a few clicks.
Akarso will guide the user thorough the whole process and will collect the required information to setup SSO in Supabase.
Then akarso will redirect to your application with the SSO provider details (ssoProviderId
and identifier
) in the params, here you can update your team entity in the database with the SSO provider id.
Akarso is an alternative to the WorkOS Admin Portal built on top of Supabase.