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
That says "You can only delete other sessions that belong to the same user." is false. If a session object id is leaked, it can be deleted with a request that only has the X-Parse-Application-Id header.
Steps to reproduce
Create an anonymous user with a request like this:
Issue Description
Looks like the documentation from here:
http://docs.parseplatform.org/rest/guide/#deleting-sessions
That says "You can only delete other sessions that belong to the same user." is false. If a session object id is leaked, it can be deleted with a request that only has the X-Parse-Application-Id header.
Steps to reproduce
Expected Results
You should have to prove you are a given user (with a session token) before you're allowed to delete sessions of that user.
Actual Outcome
The session is deleted
Environment Setup
The text was updated successfully, but these errors were encountered: