-
Running example from the chapter [Scaling the model for complex and large number of ABAC rules](https://casbin.org/docs/en/abac#scaling-the-model-for-complex-and-large-number-of-abac-rules)
end-up wi…
-
[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…
-
I'm using Casbin on the backend which uses java.. so i need to store my policies in a `Serverless DB` so that i dont have to worry about scalability/maintainence using `Casbin DB adapter`
-
In my use case of jcasbin, I have many calls of CoreEnforcer.enforce and this becomes a performance bottleneck. The root cause seems to be in these lines:
```java
AviatorEvaluatorInstance …
-
2020-03-25T11:42:07.218-0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
2020-03-25T11:42:07.219-0700 [ERROR] [org.gradle.internal.buildevents.BuildExceptionRe…
-
Failure in the savePolicy function can lead to a complete loss of all data because savePolicy doesn't use transactions AND:
1. First drops the table
2. Recreates the table.
3. Executes a batch of…
-
Java: https://github.com/casbin/jcasbin/blob/master/src/main/java/org/casbin/jcasbin/main/SyncedEnforcer.java
Golang: https://github.com/casbin/casbin/blob/master/enforcer_synced.go
Functions li…
-
HI there,
I have a requirement in our business to get user's permission list for specified object, it seems that current verion API can't support it, please assess if could be added in your furture v…
-
Failure in the savePolicy function can lead to a complete loss of all data because savePolicy doesn't use transactions AND:
1. First drops the table
2. Recreates the table.
3. Executes a batch of …
-
Currently, we have some unofficial implementations for C#. And maybe it's time to have an official one. I'm not sure if this code base is the best one, but suggestions are always welcome.
@xgenvn, …