Skip to content
Snippets Groups Projects
  • Andreas Ellewsen's avatar
    8a9a26c3
    Use hash in invite url · 8a9a26c3
    Andreas Ellewsen authored
    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
    8a9a26c3
    History
    Use hash in invite url
    Andreas Ellewsen authored
    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