-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Create API routes and functionality for password reset.
POST /v1/accounts/:id/reset-password
will send an email to the user ONLY when the email sent in the query is the correct email to send to.
The email will consist of a link to the front-end, which contains a token that will need to be parsed and sent back to api-server to verify at:
POST /v1/reset-password/:token
The query should also include the new password.
The web-server front-end will also have to implement a screen for password reset to send the first POST request.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels