Use hash in invite url
To prevent the invite id from showing up in various logs along the way, we change to use an anchor in the invite url, and a post request to the backend. Invite links are now on the form /invitelink/#<uuid> and the frontend redirects to /invite as usual after the session has been created. Resolves: GREG-90
parent
e7b064a1
No related branches found
No related tags found
Showing
- frontend/src/routes/index.tsx 1 addition, 1 deletionfrontend/src/routes/index.tsx
- frontend/src/routes/invitelink/index.tsx 4 additions, 5 deletionsfrontend/src/routes/invitelink/index.tsx
- gregui/api/urls.py 1 addition, 1 deletiongregui/api/urls.py
- gregui/api/views/invitation.py 6 additions, 2 deletionsgregui/api/views/invitation.py
- gregui/tests/api/test_invitation.py 10 additions, 24 deletionsgregui/tests/api/test_invitation.py
Loading
Please register or sign in to comment