-
**Want to prioritize this issue? Try:**
During the process of using Casbin, we found that the testing of the keyMatch4 Java SDK did not meet our expectations
In the editor, use keyMatch4 for testi…
-
this is my model:
m.addDef("r", "r", "sub, dom, obj, act");
m.addDef("p", "p", "sub, dom, obj, act");
m.addDef("g", "g", "_, _, _");
m.addDef("e", "e", "some(where (p.eft == allow))");
m.addDef…
-
**Describe the bug**
This is a similar bug as https://github.com/casbin/casbin/issues/1204 , but this is in java.
We are using RBAC with domain model to do authorization. And using group policy …
-
With the JMH (Java Microbenchmark Harness) lookup for a single request policy with 100,000 loaded policies takes over 50 ms. This is a lot and will add a lot to the operation.
Benchmark …
-
BUILD FAILURE
[INFO] arex-dubbo ......................................... FAILURE [ 0.636 s]
[INFO] arex-spring-security ............................... SKIPPED
[INFO] arex-httpclient-webclient-v5…
-
Hi, I enabled watcher configuration (in my application.yml) using this configuration:
```
casbin:
enableWatcher: true
use-synced-enforcer: true
```
When I do some operation over Enforcer…
-
[jCasbin](https://github.com/casbin/jcasbin) is an authorization library that supports models like ACL, RBAC, ABAC.
Related to RBAC, casbin has several advantages:
1. roles can be cascaded, aka ro…
-
The model with deny override not logging `Hit Policy` when the request policy is evaluated to true.
```
2023-03-21 21:33:56 INFO PolicyEngine:33 - Empty Policy added [[alice, data1, read, allow…
-
Hello,
I am using the jCasbin library on Android, and it looks like one of the dependencies of the project [AviatorScript](https://github.com/killme2008/aviatorscript) is using a Java 8 Language me…
-
Refer to: https://github.com/jcasbin/jdbc-adapter/pull/40