### Type of feature 🍕 Feature ### Current behavior Currently, there is no way for an user to recover an account. ### Suggested solution - [ ] Add a e-mail sending service; - [ ] Add a password **_request_** endpoint. - The endpoint should, upon providing an e-mail, send the user a code for reseting its password (if the account exists). - [ ] Add a password **_reset_** endpoint. - The endpoitn should, upon providing valid e-mail and token, reset the user's password. ### Additional context _No response_
Type of feature
🍕 Feature
Current behavior
Currently, there is no way for an user to recover an account.
Suggested solution
Additional context
No response