We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Flow:
Forget Password Page
reset password page
APIS for forget Password :
POST https://mydiary-backend-host.herokuapp.com/reset/email-verify Content-Type: application/json { "email": "[email protected]" }
POST https://mydiary-backend-host.herokuapp.com/reset/password/1715ceb7-6402-47d4-a218-5542613cd13a Content-Type: application/json { "email": "", "password": "" }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Flow:
Forget Password Page
from login Pagereset password page
will be shown consisting of reset passwords apiAPIS for forget Password :
The text was updated successfully, but these errors were encountered: