-
Notifications
You must be signed in to change notification settings - Fork 1
Description
This feature consists of four separate functionalities:
- Implement routes for user-related functionalities under /user, inluding uploads of profile picture, changing user data like name, surname, and nickname (and ensure it is unique)
- Allow user to change password viacode sent to an email if account uses basic auth (email, password)
- Allow user to link social provider as login method if account was created using basic auth (email, password)
- Improve auth by adding env variable EMAIL_CONFIRMATION that will require user to confirm email by clicking link sent to user's mailbox.
Reactions are currently unavailable