You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the current implementation makes it possible for users to grant themselves rights to edit things that aren't theirs. To prevent this, we need to perform these checks:
Check the rights of the Inviter on creating the invite (commit)
Check the rights of the Inviter on redirecting the Invitee
We recently introduced Invites #134
However, the current implementation makes it possible for users to grant themselves rights to edit things that aren't theirs. To prevent this, we need to perform these checks:
I think we need to check this twice, because after an invite has been created, the rights of the creator could have changed.
The text was updated successfully, but these errors were encountered: