-
Notifications
You must be signed in to change notification settings - Fork 17
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
ACL: Retrieve the Access granted on a given document #38
Comments
Do I need to store this on the document as a specific attribute in order to see if the document is shared or not? A hint would be very helpful to move forward with my implementation. Is this a feature that will be added to v0.9.4 or v1.0.0? |
First we need to find out if this is supported in REST API. |
In the underlying DB? |
For sure it's in the underlying DB:) I just don't know if it's exposed via REST. cc @giastfader |
How should an app otherwise keep track on the access to a particular object? Should I store this on the document itself? |
Hi,
The API will return the name of all users and roles that can read the record. If you want to know all records within a collection:
|
Hi, |
Regarding ACL I can see the following methods on iOS to deal with Access controle:
How do I query the type of access granted to a document?
I need to check on a document if this is already shared with the friends of a user or now.
The text was updated successfully, but these errors were encountered: