Skip to content

feat: add password authentication to login and registration#2

Merged
BandiAkarsh merged 1 commit intomainfrom
fix/investigate-caching-deployment
Mar 1, 2026
Merged

feat: add password authentication to login and registration#2
BandiAkarsh merged 1 commit intomainfrom
fix/investigate-caching-deployment

Conversation

@BandiAkarsh
Copy link
Copy Markdown
Owner

  • Add password field to login form
  • Add confirm password field for registration
  • Implement SHA-256 password hashing
  • Store user credentials securely in localStorage
  • Add password validation (min 6 characters)
  • Update auth store with login(username, password) and register(username, password, confirmPassword) methods
  • Show appropriate error messages for invalid credentials

Fixes issue where users could login without any password security

- Add password field to login form
- Add confirm password field for registration
- Implement SHA-256 password hashing
- Store user credentials securely in localStorage
- Add password validation (min 6 characters)
- Update auth store with login(username, password) and register(username, password, confirmPassword) methods
- Show appropriate error messages for invalid credentials

Fixes issue where users could login without any password security
@BandiAkarsh BandiAkarsh merged commit 644fa8e into main Mar 1, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant