Owner-Based Access Control (Dynamic Policies) #294
tvanh3
started this conversation in
Feature request
Replies: 1 comment
-
@tvanh3 I love the implementation We are aware that RBAC does not include the concept of ownership and that this is critical for many applications. We will work on that soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, Manifest supports role-based access control (RBAC) using predefined roles like admin or user. However, there is no way to define ownership-based access, where a user can update only their own records (e.g., a user should only be able to update their own user entity, but an admin should be able to update all users).
Example:
Beta Was this translation helpful? Give feedback.
All reactions