Skip to main content

Authentication API

Authentication is handled by Supabase Auth directly — not through custom API endpoints.

Client-Side Auth

Use the Supabase client SDK in apps/web:

API Token Verification

The NestJS API verifies tokens via the SupabaseGuard: