Supabase Auth Features
- JWT token validation via Supabase Auth
- Automatic session management
- Row Level Security (RLS) integration
- Built-in PKCE flow protection
The Supabase callback handles the authentication flow after users complete login through various providers (GitHub, Google, Discord, etc.). This endpoint processes the authentication tokens and establishes secure user sessions.
Supabase Auth Features
Provider Support
Session Handling
Supabase Integration
Configure these environment variables for Supabase authentication:
PUBLIC_SUPABASE_URL
- Your Supabase project URLPUBLIC_SUPABASE_ANON_KEY
- Your Supabase anon/public keySUPABASE_SERVICE_KEY
- Your Supabase service role key (server-side only)SUPABASE_JWT_SECRET
- JWT secret for token verification