You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: