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:
Dani B
2026-01-28 11:57:45 -05:00
parent 2060c0f52b
commit a9f1bf75e8
4 changed files with 157 additions and 20 deletions

View File

@@ -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