Supabase Auth
—
Sign up
Create a Supabase user directly with the publishable key.
Sign in
Sign back in with the same Supabase project credentials.
Session JSON
Live view of the Supabase auth session. Persists until you log out.
Using publishable key from environment.
// Waiting for Supabase...
Environment
Pulled from SUPABASE_URL and SUPABASE_PUBLISHABLE_KEY.
The publishable key is safe for the browser. Use server key only on the backend.
Integrations
Connect Exact Online and Zenvoices manually.
Data domains
Choose default provider per required domain.
My data
Fetched from /api/v1/profiles/me using your session.
// Waiting for session...
User profile (API)
Exercise /api/users/me, roles, and permissions.
Roles
// Click Roles
Permissions
// Click Permissions