learning_ai_clock/ios/ChronoMind/Shared/Cloud
saravanakumardb1 e3add90f87 feat(auth): add forgot password, reset password, change password, delete account, email verify, token refresh
Web:
- platform-sync.ts: Added forgotPassword, resetPassword, changePassword, verifyEmail, resendVerification, deleteAccount API functions
- auth-context.tsx: Added forgotPassword, resetPassword, changePassword, deleteAccount actions + successMessage state + 45min auto-refresh timer
- settings/page.tsx: Added forgot password link, change password form, delete account form with confirmation
- reset-password/page.tsx: New page for password reset via email token
- verify-email/page.tsx: New page for email verification via token

iOS:
- AuthService.swift: Added forgotPassword, changePassword, deleteAccount methods
- SettingsView.swift: Added change password, delete account, forgot password UI sections

Android:
- AuthService.kt: Added forgotPassword, changePassword, deleteAccount methods
2026-02-28 04:08:58 -08:00
..
AuthService.swift feat(auth): add forgot password, reset password, change password, delete account, email verify, token refresh 2026-02-28 04:08:58 -08:00
CloudKitSyncManager.swift feat(sync): add iCloud sync via NSUbiquitousKeyValueStore with merge strategy 2026-02-27 22:23:45 -08:00
KeychainHelper.swift feat(mobile): add auth login/register flow for iOS and Android 2026-02-28 03:22:23 -08:00
PlatformSyncManager.swift feat(sync): add cross-platform sync managers for iOS, Android, and Web 2026-02-28 00:25:35 -08:00