openfga / roadmap

OpenFGA Public Roadmap
2 stars 0 forks source link

Batch Check Requests in SDKs #25

Closed aaguiarz closed 1 year ago

aaguiarz commented 1 year ago

There a different scenarios where developers could want to make multiple calls to the check API.

OpenFGA does not provide a batch check API, but we want to simplify the developer experience by providing a way to make multiple Check calls in parallel from the SDKs.

We'll eventually add it to the backend after we understand value and usage patterns.