Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ListRelations to the OpenFGA Server #69

Open
aaguiarz opened this issue Oct 1, 2024 · 0 comments
Open

Add ListRelations to the OpenFGA Server #69

aaguiarz opened this issue Oct 1, 2024 · 0 comments

Comments

@aaguiarz
Copy link
Member

aaguiarz commented Oct 1, 2024

OpenFGA SDKs currently have a listRelations method that allows checking for all the relations between a user and an object.

The method is implemented by calling the SDK batchCheck's implementation.

We could add a new endpoint in the OpenFGA server instead, as we should be able to optimize the resolution given all the checks are for the same user/object.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant