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
The Ory Keto PermissionApi contains a batchCheckPermission (why did I miss it?).
It could be used to run all permissions checks in a single request, which would offer great performance improvements for nested conditions!
Find a way to flatten the conditions without losing the requirement info
Resolve the tuple's templates
Run the batchCheckPermission
Compare the results (Array<{ allowed: boolean, error?: string }>) based on the array index.
The text was updated successfully, but these errors were encountered:
The Ory Keto
PermissionApi
contains abatchCheckPermission
(why did I miss it?).It could be used to run all permissions checks in a single request, which would offer great performance improvements for nested conditions!
batchCheckPermission
Array<{ allowed: boolean, error?: string }>
) based on the array index.The text was updated successfully, but these errors were encountered: