Entity-Level Authorization: Does It Make Sense? Existing Solutions? #1476
Unanswered
eduardolundgren
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've come across the need of applying the concept of entity-level authorization in a project, where during a query, each object is checked to see if the current user can interact with it. An example would be ensuring a user is associated with the organizationId of an entity.
Reference: GraphQL-Ruby Authorization.
Does this approach make sense for this project? Are there established ways to achieve this already? Would love to hear insights and alternatives.
Beta Was this translation helpful? Give feedback.
All reactions