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
An app with the authenticate_users permission can also use the permissions of any user, even if they are greater than the app's own, by authenticating as that user. Is this an issue? Or do we just treat authenticate_users as a "superuser" permission?
The text was updated successfully, but these errors were encountered:
A fix for this, if it needs fixing, could mean associating sessions with the app that created them, which is not necessarily a bad thing. (The alternative would be to have per-scope permissions, which would allow having scopes more limited that of either the app or the user's permissions, which would be good for security, but might also get messy)
An app with the
authenticate_users
permission can also use the permissions of any user, even if they are greater than the app's own, by authenticating as that user. Is this an issue? Or do we just treatauthenticate_users
as a "superuser" permission?The text was updated successfully, but these errors were encountered: