Replies: 1 comment
-
I had a look at this https://www.ory.sh/docs/keto/guides/list-api-display-objects#application-context but I don't quite understand the suggestion here. |
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
-
I'm working with a permission model where I need to get the list of resources the user can access. This list can be a direct access rule to the resources but for the majority of the case, It will be inherited through multiple layers of permissions. I've tested and read that the list API only gives you the direct link to a resources which would be a huge limitation to what I'm trying to do here. My question is, what is the best to achieve this?. I don't want to make a check call for every single resource. It would be amazing if I can make one call and get a list of all the resources based on the user and relationship to the resources
Beta Was this translation helpful? Give feedback.
All reactions