-
Notifications
You must be signed in to change notification settings - Fork 22
api/password end point added for reseting password which uses api/pas… #22
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
base: master
Are you sure you want to change the base?
Conversation
…sword/forget to generate request and uses api/password/reset for setting new password
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.
In src/app.js, line no. 22 missing semi-colon at last.
In src/docs/index.html, line number 44 Spelling error in password.
@danishjamal104, how are you checking/making sure if a token expired when a user tries to use an expired token? |
Issue with comment on forget endpoint, check that out |
file reset.js line 113 |
@danishjamal104, Email verification was added in the development branch which uses a feature of mongo maybe have a look! |
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.
Good to go!
New End Point
Implements the password reset workflow.
api/password/forget
api/password/reset
Changes