v2: ID verification by state, 15 photos/5 albums, 20 quick replies, logo, mobile polish
This commit is contained in:
12
README.md
12
README.md
@@ -75,6 +75,18 @@ exposedgays/
|
||||
└── package.json
|
||||
```
|
||||
|
||||
## Auth (Supabase)
|
||||
|
||||
Auth is wired via `src/lib/auth/context.tsx` + `AuthModal.tsx`:
|
||||
|
||||
- **Join Free** in nav → email/password signup or login
|
||||
- **Continue Anonymously** → `signInAnonymously()` (enable in Supabase Dashboard → Auth → Providers → Anonymous)
|
||||
- Profile page syncs to `profiles` table when signed in
|
||||
|
||||
Enable on https://supabase.onsethost.com → Authentication → Providers:
|
||||
- Email (confirm email optional for dev)
|
||||
- Anonymous sign-ins
|
||||
|
||||
## Supabase Setup
|
||||
|
||||
### 1. Create project
|
||||
|
||||
Reference in New Issue
Block a user