1
Different permissions depending on rows accessed
Source: directus/directus#4518 · opened by @unknown
A nice addition to the rule based permission system is to have different permissions for different sets of fields for the same user.
For example, an author can create an article. The author can read all fields in the article they created.
However, the same author shouldn't be able to read all those fields on articles they didn't create. This is currently not possible to do.
One way to do it is to allow multi roles per user, allow role switching, or allow mirroring views (since different permissions can be defined on different views for the same collection)
For example, an author can create an article. The author can read all fields in the article they created.
However, the same author shouldn't be able to read all those fields on articles they didn't create. This is currently not possible to do.
One way to do it is to allow multi roles per user, allow role switching, or allow mirroring views (since different permissions can be defined on different views for the same collection)
No pledges yet. Be the first to back this.
Comments
Similar requests
Code-first configuration of schema, roles and permissions
274 votes · 0 comments
Policy UX Enhancements for collection permissions management
2 votes · 0 comments
How hide collections' lists' visibility when they are required for a user inside an extension?
1 vote · 0 comments
Cannot use Access Control name in Flow Permissions; must use UUID
1 vote · 0 comments
No good way to fetch permissions or policies in hook extensions
1 vote · 0 comments
No comments yet.