You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current PolicyFilter class only supports a single query. If I try to load multiple PolicyFilters, subsequent calls to LoadFilteredPolicy overwrite any previously loaded policies. It's not clear how to load both filtered g and p policies or different sets of p policies from my custom adapter. Is Casbin.NET missing the equivalent to LoadIncrementalFilteredPolicy, or am I thinking about this the wrong way?