Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch passing invitation token from path to url.Values (#115)
`invitations/INV/TOKEN` becomes `invitations/INV?token=TOKEN` This fixes RBAC where the token was seen as a sub-resource.
- Loading branch information