855 B
855 B
title, status, type, priority, created_at, updated_at, parent
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Supabase Auth project setup and provider config | todo | task | normal | 2026-03-20T15:28:08Z | 2026-03-20T15:28:33Z | nuzlocke-tracker-d98o |
Set up Supabase project with Auth enabled. Configure Google and Discord as social login providers. Add Supabase URL and keys to backend/frontend environment variables. This is the foundation — nothing else can start until the Supabase project exists.
Checklist
- Create Supabase project (or configure existing one)
- Enable email/password auth
- Configure Google OAuth provider
- Configure Discord OAuth provider
- Add SUPABASE_URL, SUPABASE_ANON_KEY, SUPABASE_JWT_SECRET to backend env
- Add VITE_SUPABASE_URL, VITE_SUPABASE_ANON_KEY to frontend env
- Document setup steps for local development