-
If I want to use it in a production environment, which version should I use? Or which version is the most stable, casbin or jcasbin?
-
I am trying to get benchmark for SyncedEnforcer and found that increasing threadPool size won't increase the qps for enforce because write lock is used when function `syncedEnforcer.enforce()` is call…
-
Hi there,
I see an error while customizing policy model
```
# Here I use `effect` instead of `eft`
[policy_definition]
p = subject, object, act, effect
```
Here what the error looks like:…
-
Hey folks!
I apologize if this is in the wrong place. The Casbin paper from earlier this year speaks about a Lua based PML interpreter, but none of the various language implementations seem to use …
-
Member functions of Policy class do not check if the key `ptype` exists in the map, so when I tried to call `enforcer.addPolicy()` or `enforcer.getPolicy()` after init enforcer with empty policy, Null…
-
org.casbin.jcasbin.main.InternalEnforcer.java
//
When the added policy exists, it will cause repeated additions in the storage.
thanks.
-
See what is multi-threading: https://casbin.org/docs/en/multi-threading
See jCasbin's feature set: https://casbin.org/docs/en/overview#feature-set-for-different-languages
![image](https://user-i…
-
-
See: https://github.com/casbin/jcasbin/issues/76
-
Hi there,
As we may have millions of policies in our business, not sure the currect framework could support such so large policies? if it will cause the OOM issue? or other perfromance issues? is th…