-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Clarify Parse Documentation #4536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which doc are you looking at? |
Rest Api. @montymxb |
@jferrer21 Yep we talked about this, thanks for opening the issue. @dplewis There is a discrepancy in the docs regarding the REST security section. The first paragraph contains:
The next paragraph contains:
Those statements are conflicting. There is no limiting ACL being set on session objects, but the objects may only be accessed by the owner (unless using the master key). The behavior is fine, it's just the wording is odd. Should be corrected. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The label |
Under Sessions -> Session Security
Session objects can only be accessed by the user specified in the user field. All Session objects have an ACL that is read and write by that user only. You cannot change this ACL. This ACL will be created with a public read and write, however, a Class Level Permission will block the ACL. This means querying for sessions will only return objects that match the current logged-in user.
The text was updated successfully, but these errors were encountered: