Authentication API
Authentication is handled by Supabase Auth directly — not through custom API endpoints.Client-Side Auth
Use the Supabase client SDK inapps/web:
API Token Verification
The NestJS API verifies tokens via theSupabaseGuard:
Authentication endpoints and flows.
apps/web:
SupabaseGuard: