-
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
[finishes #187354249] reset password via email #56
Conversation
0c29013
to
dff5883
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have an excellent, concise and clear codes, only one suggested thing to take a look at, and i think you are not the one who created that verifyToken function, but you can change it to an async function.....
Thanks bro. not too much! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
validate this newPassword from body
dff5883
to
04c3dc5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please work on the feedback provide
04c3dc5
to
0f7d4a6
Compare
0f7d4a6
to
cd08408
Compare
Purpose
Allow user to reset password via email
Changes Made
created functions in the auth controller for "forgot password" and "reset password" with their corresponding routes and documentation.
Testing Instructions
test the changes by using the endpoints '/forgot-password' and '/reset-password' in Postman
Related Issues
No related issue.
Checklist
Please review the following checklist and make sure all tasks are complete before submitting: