-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/backend/reset password #148
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #148 +/- ##
========================================
Coverage 85.85% 85.85%
========================================
Files 5 5
Lines 304 304
========================================
Hits 261 261
Misses 31 31
Partials 12 12 ☔ View full report in Codecov by Sentry. |
waveyboym
requested changes
Jul 4, 2024
3 tasks
waveyboym
added
status: pending
This is awaiting approval
and removed
state: approved
This is complete and can be merged/closed
labels
Jul 4, 2024
…te middleware for password reset
…te middleware and include OTP for password reset
… to retrieve OTP from the database
…01-SE-2024/occupi into feat/backend/reset-password
…ssword functionality
waveyboym
approved these changes
Jul 8, 2024
waveyboym
pushed a commit
that referenced
this pull request
Aug 12, 2024
Feat/backend/reset password
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
effort: 3
This can be/was resolved in minutes be requires/required deep engagement
For: api
This is mainly for the api
For: backend
This is mainly for the backend code
status: pending
This is awaiting approval
type: feature
A new feature
type: testing
This affects one or more tests
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR implements a password reset functionality for the Occupi backend. It includes a new endpoint for initiating a password reset, a mechanism for validating reset tokens, and updates to the middleware to handle password reset requests securely.
Fixes #[Issue number related to password reset feature]
Type of change
How Has This Been Tested?
The following tests were conducted to verify the changes:
ResetPassword
functionCompletePasswordReset
functionAddResetToken
functionGetEmailByResetToken
functionCheckResetToken
function/auth/forgot-password
endpointChecklist: