Supabase Auth
Authentication & MFA
Supasheet uses Supabase Auth end-to-end - no extra identity provider to run. Magic links, social providers, password reset, and MFA all work out of the box.
auth · sign in
supabase auth
Sign in to SupasheetUse a magic link or your TOTP code.
lena@acme.com
or continue with
GoogleGitHubSSO
MFA requiredTOTP
What it does
The capabilities you get out of the box.
Capability01
Magic link & OAuth
Email magic links and any provider Supabase supports.
Capability02
TOTP MFA
Time-based one-time codes for sensitive operations.
Capability03
JWT-everywhere
Permission checks read the JWT - no extra session lookup.
How it works
Three steps from SQL to UI.
- 01Configure Supabase AuthIn the Supabase dashboard - providers, email templates, redirect URLs.
- 02Sign inSupasheet renders the auth UI; users land on their assigned schema.
- 03ManageThe user admin panel wraps the Supabase admin API behind permission checks.
Get started
Try it on your own Supabase project.
Connect a project, install the Supasheet schema, and your tables are live in minutes.
No credit cardSelf-host or managedMIT licensed