Replies: 1 comment
-
Hi @a0js! We have this in our roadmap that will try to address that use case. Let me know if you think it can help for your scenario Also, we want to learn about how we can help GraphQL customer to better use OpenFGA. If you are willing to spend 30 min with us to share how you are using it, please reach out to andres.aguiar at openfga.dev :) Thanks! |
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 need to implement option 2 for our use case where we are trying to return lists of objects that a user has permission to access/do some action on. We have a graphql service that is retrieving data from OpenFGA to determine which search results should be returned based on authorization. I have a couple of questions questions:
/changes
only on the startup of the service to build the index, or do we do it on each request to keep the index up to date? We just store the continuation token and use that for each call?I'm just looking for a little more guidance and ideas from what others have done to implement this suggestion as it is arguably the most vague of the 3 options.
Edit: Also, doesn't it feel odd to create a local index of the tuples in the database in the first place? Is there an extension we can bolt onto openfga that supports "intesectioning" so we don't have to spin up our own?
Beta Was this translation helpful? Give feedback.
All reactions