docs(01-05): complete password reset interface plan
Tasks completed: 2/2 - Create password reset request page with email validation and success states - Create reusable password reset form widget with real-time validation SUMMARY: .planning/phases/01-authentication/01-05-SUMMARY.md PHASE STATUS: Phase 1 Authentication complete USER SETUP: .planning/phases/01-authentication/01-USER-SETUP.md
This commit is contained in:
@@ -15,8 +15,12 @@
|
||||
|
||||
- [ ] **Configure redirect URLs for password reset**
|
||||
- Location: Supabase Dashboard → Authentication → URL Configuration
|
||||
- Add: `com.example.sage://reset-callback` (adjust for your app scheme)
|
||||
- Add: `https://your-domain.com/auth/callback` (for web deployment)
|
||||
- Site URL: `https://your-domain.com` (your production URL)
|
||||
- Redirect URLs:
|
||||
- `com.example.sage://reset-callback` (adjust for your app scheme)
|
||||
- `https://your-domain.com/auth/callback` (for web deployment)
|
||||
- `exp://127.0.0.1:19000/--/` (for mobile deep linking)
|
||||
- `http://localhost:3000/auth/callback` (for web development)
|
||||
|
||||
## Account Setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user