Skip to content

fix: add password strength validation during registration#53

Open
PranavAgarkar07 wants to merge 1 commit into
Canopus-Labs:mainfrom
PranavAgarkar07:fix/37-password-strength-validation
Open

fix: add password strength validation during registration#53
PranavAgarkar07 wants to merge 1 commit into
Canopus-Labs:mainfrom
PranavAgarkar07:fix/37-password-strength-validation

Conversation

@PranavAgarkar07
Copy link
Copy Markdown

@PranavAgarkar07 PranavAgarkar07 commented Jun 1, 2026

Adds password strength checks before hashing. Validates minimum 8 characters, at least one uppercase, one lowercase, one digit, and one special character. Returns a single 400 response with all failed checks listed.

Closes #37

@PranavAgarkar07
Copy link
Copy Markdown
Author

Replacing with properly formatted PR

@PranavAgarkar07 PranavAgarkar07 changed the title fix(auth): add password strength validation during registration fix: add password strength validation during registration Jun 1, 2026
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.

Missing Password Strength Validation During User Registration

1 participant