https://authzed.com logo
Title
m

MattA

02/01/2023, 4:35 PM
We are planning on making entry checks for any CRUD endpoints that pertain to single entities. That is pretty simple. On our search pages we are interested in looking at the ids of all the entities returned and doing an exit check on them all before returning the results. So we will have the same user, and permission to check, but a set of resources rather than a single one. We can of course send e.g. 50 individual checks, but were thinking making a single call with a list of resources would be more efficient. Has this ever come up before? Have I missed any such batch check API?