Authentication
The kit uses Supabase for authentication with anonymous auth by default.How It Works
Key Files
| File | Purpose |
|---|---|
lib/supabase.ts | Supabase client |
contexts/auth-context.tsx | Auth state |
Supabase authentication setup
| File | Purpose |
|---|---|
lib/supabase.ts | Supabase client |
contexts/auth-context.tsx | Auth state |