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

Forget Password is not implemented in frontend #1

Open
Prasundas99 opened this issue Feb 22, 2022 · 0 comments
Open

Forget Password is not implemented in frontend #1

Prasundas99 opened this issue Feb 22, 2022 · 0 comments
Labels
enhancement New feature or request frontend

Comments

@Prasundas99
Copy link
Collaborator

Flow:

  • User can visit Forget Password Page from login Page
  • In Forget Password Page user can post their email
  • After posting email the user gets a email on clicking the link reset password page will be shown consisting of reset passwords api

APIS for forget Password :

POST https://mydiary-backend-host.herokuapp.com/reset/email-verify
Content-Type: application/json

{
     "email": "registereduser@mail.com"
}
POST https://mydiary-backend-host.herokuapp.com/reset/password/1715ceb7-6402-47d4-a218-5542613cd13a
Content-Type: application/json

{
    "email": "",
    "password": ""
}
@Prasundas99 Prasundas99 added enhancement New feature or request frontend labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend
Projects
None yet
Development

No branches or pull requests

1 participant