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 custom functions should support args other than 2. Please refer to other Casbin libs (like Go Casbin, jCasbin, Node-Casbin, etc.) for how they have implemented it
Function only takes two argument with type ImmutableString.
If i try to invoke a custom function with different type of argument, it said that it can take some other type like 'map'.
Is there any reason you guys limit the usage of the custom function?
The text was updated successfully, but these errors were encountered: