NoroffFEU / agency-api.noroff.dev

The Unlicense
2 stars 12 forks source link

Users - Password reset by email #104

Open Anclagen opened 1 year ago

Anclagen commented 1 year ago

This may need to be split into a couple tasks, But we need an endpoint that processes a request for a new password, sends an email with a link to the user, possibly with a json token in the query string of the link for verification, then another endpoint that accepts this token and an update password.

Jarle302 commented 10 months ago

Have made a suggestion of how this can be implemented. Probably needs to raise issued on the frontend board: for a resetPassword page, if its not made.