Skip to content

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

Closed
Polarbear2121 opened this issue Jan 31, 2018 · 5 comments
Closed

Clarify Parse Documentation #4536

Polarbear2121 opened this issue Jan 31, 2018 · 5 comments

Comments

@Polarbear2121
Copy link

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.

@dplewis
Copy link
Member

dplewis commented Feb 1, 2018

Which doc are you looking at?

@Polarbear2121
Copy link
Author

Polarbear2121 commented Feb 1, 2018

Rest Api. @montymxb

@montymxb
Copy link
Contributor

montymxb commented Feb 1, 2018

@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:

All Session objects have an ACL that is read and write by that user only.

The next paragraph contains:

When you log in a user via /parse/login, Parse will automatically create a new unrestricted Session object in the Parse Cloud.

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.

@montymxb montymxb added enhancement type:docs Only change in the docs or README labels Feb 1, 2018
@stale
Copy link

stale bot commented Sep 18, 2018

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.

@stale stale bot added the wontfix label Sep 18, 2018
@stale stale bot closed this as completed Sep 25, 2018
@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement type:docs Only change in the docs or README labels Dec 6, 2021
@parse-github-assistant
Copy link

The label type:feature cannot be used in combination with type:improvement, type:docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants