Move from Supabase Auth (GoTrue) to Tuurio ID in under a day, without losing your users — and keep your Supabase database. You stay on standard OpenID Connect and only swap the auth layer.
Export your accounts from Supabase (GoTrue) via the admin API or SQL.
Create the client and add your redirect URIs.
Password hashes aren't portable 1:1 — the first login securely resets the password, invisibly to users.
Switch your auth calls to the standard OIDC flow with PKCE; keep your Supabase database.
Verify with a test tenant, then switch production traffic over.
Supabase doesn't export password hashes in a portable form. Plan a lazy-migration or reset flow — it's standard and stays invisible to users until first login.