-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
users with read-only permissions? #322
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
No. This would require the addition of a read-only master key to Parse Server, so it's quite a big job to make this happen. It's not near the top of our priorities, but we would gladly accept help in making this happen! |
Sad to hear. Not that critical. Thanks |
Hi, I'm part of a group of high schoolers who want to try and solve this problem. Could you give any additional pointers for us? |
So many ideas could be implemented there. What would be your use case? |
We want to specifically make the database read only for some users, so they can see the data but not edit. |
that's where it's tricky as we only have a masterKey not a readOnlyMasterKey, we shall implement it on parse-server to make sure the dashboard is secured properly :) |
With parse-dashboard I want to be able to provide some users with read-only permissions for parse apps.
Is that possible?
The text was updated successfully, but these errors were encountered: