|
|
|
|
|
by jwineinger
1422 days ago
|
|
How would you approach building an authorization-aware search/filtering functionality? It seems like you'd either need to ship all of the search/filtering attributes into the authz system, or you'd need to materialize a view of the access graph back into the product's database and join on it when searching. |
|