Roles in Parse use ACLs for permissions.
To add a role to a user in the registry, I understand that the role must be readable and writable. My concern is that public access to it means that any user can remove users from this role.
This is true, and if so, how can I get around this? Some reliable examples of role assignment and management will be very helpful.
source share