Is there a suggested way of doing a batch permissi...
# spicedb
n
Is there a suggested way of doing a batch permission check? We need to check if a user can access a list of resources and we've been checking each resource individually; which really adds up and slows down the endpoint. With the go client we've used PermissionsServiceClient.CheckPermission but I'm trying to figure out if I'm missing something
5 Views