-
call **Enforcer::loadPolicy()** and **Enforcer::enforce()** concurrently may lead to wrong result
-
Given the different styles of supported models and the fact that the data source might be unknown/out of our control it would be useful to be able to determine the number of parameters required for a …
-
Giving this model (user groups, resource groups and tenants enabled), and this policies :
````
Model:
2019-04-02 09:52:12.053 INFO 28508 --- [ main] org.casbin.jcasbin …
-
Calling function com.se.datahub.main.CoreEnforcer.enforce(CoreEnforcer.java:345) with arguments : [alice, data3, read] ends with error below :
```cmd
2019-04-19 14:24:58.543 INFO 4856 --- [io-8…
-
-
原项目采用springboot4构成,配置文件如下。集成casbin的时候会报错
![I@GM C7U6 YTNHAGY(TMUIS](https://user-images.githubusercontent.com/52398600/60416155-aea4f700-9c0f-11e9-9ff2-0b8fd63749b9.png)
项目配置文件如下
![L73QR(A}3NEK %…
-
It's more convenient for user to contribute to docs if the official docs are in the repo.
FYI, please checkout [typeorm](https://github.com/typeorm/typeorm)
-
Use case is that I have a program that takes a model and a policy path and to test it I'd like to be able to do something like
```java
Model m = newModel();
m.addDef("r", "r", "sub, obj, act");
…
-
now enforcer only can put object...,Can it be parsed into an array than put in enforcer
-
if I create a new group of resource from the base example, then Alice is not able to access to resources contains on this new group but only the group itself
```csv
p, alice, data1, read
p, bob…