Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement password validation #83

Merged
merged 4 commits into from
Jan 27, 2025
Merged

Conversation

Advayp
Copy link
Collaborator

@Advayp Advayp commented Jan 27, 2025

Changes

  • Create migration to add password field to user
  • In the route for registration, include password as a required field and hash password when inserting
  • In the login route, verify the password is correct
  • Update tests for login and register to include password validation
  • Clean up all other tests

Related Issues

@Advayp Advayp added enhancement New feature or request Backend 🔪 labels Jan 27, 2025
@Advayp Advayp self-assigned this Jan 27, 2025
@Advayp Advayp merged commit 8c94168 into main Jan 27, 2025
4 checks passed
@Advayp Advayp deleted the advay/update-schema-for-password branch January 27, 2025 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 🔪 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migrate Login/Register functions to use password field as well
1 participant