Skip to content
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

CLP setting for builtin classes like Session, User #2072

Closed
gkrcode opened this issue Jun 15, 2016 · 1 comment
Closed

CLP setting for builtin classes like Session, User #2072

gkrcode opened this issue Jun 15, 2016 · 1 comment

Comments

@gkrcode
Copy link

gkrcode commented Jun 15, 2016

Default CLP settings for Session and User classes in parse-dashboard allows all (get, find, create, update, delete, add field) operations. My code does not directly access class like Session. It all done by Parse SDK. I am not sure what is the correct CLP setting for these classes

@gkrcode gkrcode changed the title CLP setting for builtin classes Session, User CLP setting for builtin classes like Session, User Jun 15, 2016
@flovilmart
Copy link
Contributor

I recommend you head over to stack overflow for those questions. By default, _Session is secure and can't be queried eternally without a proper access token.

For _User, by default, the CLP are open, and only the 'currentUser' can write to it's user object.

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

2 participants