This commit is contained in:
Matthieu Bessat 2024-12-02 18:39:00 +01:00
parent b956bdbf05
commit f6b38ae977
9 changed files with 219 additions and 12 deletions

View file

@ -7,3 +7,15 @@ https://stackoverflow.com/questions/79118231/how-to-access-the-axum-request-path
## Oauth2 test
-> authorize
# User flow
## Invitation
- Create invite
- GET /invitation?token=blabla
- GET /reset-password?token=blabla
- POST /reset-password
- we verify if we have an activation token
- if we have an activation token on the user, we remove the activation token and we declare the user as registered
- redirect to login page