Welcome back
Email/password authentication with token persistence
Why we ask
Authentication unlocks saved profiles, resume parsing, and preferences.
This frontend-only prototype stores credentials and profile data in localStorage. Passwords are hashed client-side with SHA-256 before storage.
- Sessions persist for seven days.
- Email verification is required for full access.
- Reset workflows generate a demo code for now.