Closed ahmedmaria closed 5 years ago
Summary :
POST on /recover to request a recovery code by email. Required body field : "email" with the user email.
On success, the user will receive his code by e-mail. Answer : success true/false
POST on /recover/verify to verify and process a code. Required body field : "email" with the user email, "code" with the code. On success, the code will be processed/deleted/voided. Answer : success true/false
POST on /users/password to update a user password. Required body field : "email" with the user email, "password" with the new password.
Thanks, I am making this on the frontend now.
Finish remaining parts for forgot password