dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

The implementation for batch check should be replaced

Open careless6666 opened this issue 8 months ago • 0 comments

Checklist

Describe the problem you'd like to have solved

The new version of the API already has an endpoint that accepts an array to check rights. Now the client makes a parapllel.for request and generates a large number of network calls

Describe the ideal solution

Use a new method that is already implemented on the server and is in the documentation

Alternatives and current workarounds

No response

References

https://openfga.dev/api/service#/Relationship%20Queries/BatchCheck

Additional context

No response

careless6666 avatar Feb 14 '25 07:02 careless6666