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.
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.
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.