Skip to content

Create Password Reset Routes in Backend #9

@espidev

Description

@espidev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions