What is List Filtering (Reverse Indexing)?

List filtering, or reverse indexing, in Oso involves querying for all resources that a user has access to. This is achieved by translating authorization policies into database queries that return only the resources the user is permitted to access.

Authorization done right