Files
nuzlocke-tracker/.beans/nuzlocke-tracker-2561--supabase-auth-project-setup-and-provider-config.md
Julian Tabel c9d42b091f
All checks were successful
CI / backend-tests (push) Successful in 26s
CI / frontend-tests (push) Successful in 29s
Daedalus and Talos integration test
2026-03-20 16:31:19 +01:00

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