Hi there, super new to Authzed and just wanted to ...
# spicedb
r
Hi there, super new to Authzed and just wanted to see if my approach is right on a common search pattern. If I have some resource
entity
in a Postgres database and I want to do a paginated query of all entities a user could see in their current context, would it be common practice to use the
LookupResources
API to get all the `entity.ID`s a user has access to and apply that as a where clause on the query? Is there a better way to go about this?