bounswe / bounswe2022group4

6 stars 3 forks source link

Backend: Implementation of the Forget Password Functionality #407

Closed oguzhantok closed 1 year ago

oguzhantok commented 1 year ago

Users shall be able to reset their passwords with the help of the "Forget Password" functionality.

Two endpoints will be implemented:

Endpoints:

POST /api/user/forget_password POST /api/user/reset_password

oguzhantok commented 1 year ago

Implementation is finished! See related PR