Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only)
what is the best way to go about the permissions? my issue right now that if a user with member permission creates new document, since he doesn't have the role of an admin, we cant set admin to permissions what am I missing?
Recommended threads
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...
- Issue with google and apple oauth in Flu...
My Flutter application is logging in and out with email and password successfully, but I’m having trouble with Google and Apple OAuth login and signup. Here’s...
- Issue with Appwrite Read Request Limit b...
Hi Team, My coding terminal connected to the Appwrite CLI blew through my Projects Read request limit with in a day! and thats a large limit! I'm not sure how...