4GeeksAcademy / C69-Meal-Generator

4 stars 0 forks source link

As a user, I should be able to reset my password #27

Open Jahn1295 opened 3 weeks ago

Jahn1295 commented 3 weeks ago

Forgot Password Functionality

  1. Create the "Forgot Password" Endpoint
  2. Generate a Password Reset Token
  3. Send the Password Reset Email
  4. Create the "Reset Password" Endpoint
  5. Update the Password
  6. Provide Feedback to the User
  7. Add Security Measures