CFS
Career Future Skill
Identity + Career Profile

Welcome back

Email/password authentication with token persistence

Email
PasswordMin 8 chars, one uppercase, one number
Or continue with

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.