Managed auth
Sign in to your CueIQ workspace.
CueIQ uses Supabase Auth for account sessions. The browser stores the Supabase access token and sends it to the FastAPI backend so paid features can be gated server-side.
1
Create or sign in
Use email/password or send a magic link to the same billing email you use for Stripe.
2
Token handoff
The dashboard attaches the Supabase access token as a Bearer token on API requests.
3
Entitlements
The backend resolves your subscription tier before showing Coach, Academy, and Admin surfaces.
Account access
Checking auth configuration...