WIP
This commit is contained in:
parent
b956bdbf05
commit
f6b38ae977
9 changed files with 219 additions and 12 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue