My use case involves a front-end page that needs t...
# spicedb
h
My use case involves a front-end page that needs to display the groups a user belongs to and the resources within those groups. Therefore, I cannot simply list all the resources the user can access, as I need to know which groups these resources belong to. However, I found that performing this operation requires many
LookupResources
, so I want to know if there's a better way to solve this problem.
5 Views