Fix local login flow, add new auth epic
This commit is contained in:
@@ -72,7 +72,7 @@ services:
|
||||
- GOTRUE_SITE_URL=http://localhost:5173
|
||||
# Database
|
||||
- GOTRUE_DB_DRIVER=postgres
|
||||
- GOTRUE_DB_DATABASE_URL=postgres://postgres:postgres@db:5432/nuzlocke?sslmode=disable
|
||||
- GOTRUE_DB_DATABASE_URL=postgres://postgres:postgres@db:5432/nuzlocke?sslmode=disable&search_path=auth
|
||||
# JWT - must match backend's SUPABASE_JWT_SECRET
|
||||
- GOTRUE_JWT_SECRET=super-secret-jwt-token-with-at-least-32-characters-long
|
||||
- GOTRUE_JWT_AUD=authenticated
|
||||
|
||||
Reference in New Issue
Block a user