Say I want to display a user dashboard and there i...
# spicedb
e
Say I want to display a user dashboard and there is a panel for groups and a panel for events, but I only want to show the groups and events a user is eligible for. Would the way to implement that typically be to do a
BulkCheckPermissionRequest
with reverse indexing to get the user's authorized groups and events, then query my datastore to fetch the entities based on the retrieved ids?
2 Views