backend
backend copied to clipboard
REST-like API for howtocards
User can change the password from settings. - User enter the previous password and new password - Backend sends a notification to the main email
**Needs research** - Use the main email to show avatar - User can enter custom email for gravatar
- User requests email change (email and password) - Backend sends link to new email - When a user clicks on the link, backend should change the main email to...
https://t.me/rust_beginners_ru/22262 https://t.me/rust_beginners_ru/22277
A card can be deleted only if not useful. If a card is useful, it can be archived only. Archived cards cannot be found in search, users page, home page....
Write and read token to cookies, when user login.
- **request password recovery**: send a recovery link to email - **change password**: change user password with recovery token from email