Hi all! I'm a part of the flowcode team and lookin...
# spicedb
p
Hi all! I'm a part of the flowcode team and looking for some guidance on the different ways we can leverage authzed in our system. Currently working on a project that allows users to search across objects that they have access to within their org. Initially the thought was to reach out to authzed for each object_id and check access however that was too slow. Then we switched to running all the requests ("does bob have access to foo") concurrently which helped, but wondering if there are other strategies for bulk checking built into authzed? Thanks!