Description:
As a user, I want my password to be stored securely so that my account is protected against breaches.
Acceptance Criteria:
- Passwords hashed with bcrypt before storing.
- Password comparison on login uses bcrypt verification.
- Plaintext passwords never stored.
Description:
As a user, I want my password to be stored securely so that my account is protected against breaches.
Acceptance Criteria: