-
StackOverflow question: https://stackoverflow.com/questions/66046585/casbin-user-may-only-call-path-with-their-own-username/66049093?noredirect=1#comment116801013_66049093
Go code: https://github.c…
-
See: https://vertx.io/
I already made a PR here: https://github.com/vert-x3/vertx-auth/pull/215 , but the Vertx owners suggest we maintain the middleware in our own org, so we will put the code her…
-
I suggest that we should follow a coding style, such as : [lua-style-guide](https://github.com/luarocks/lua-style-guide).
-
Hi,
What is the status and plan?
-
We already used semantic-release in Go and Nodejs, see Node-Casbin: https://github.com/casbin/node-casbin/pull/153#issuecomment-625775348
![image](https://user-images.githubusercontent.com/3787410/…
-
See: https://coveralls.io/github/jcasbin/shiro-casbin?branch=master
-
**What's your scenario? What do you want to achieve?**
We're attempting to have distinct groups for subjects and objects with the same name (subjects can also occur as objects). However, it seems Cas…
-
We will rename to "casbin" for everywhere including the Maven package manager, except this GitHub repo name to differentiate with Go's Casbin.
-
While running basic permission checking code provided in tutorial:
```java
Enforcer e = new Enforcer("basic_model.conf", "basic_policy.csv");
String sub = "alice"; // the user that wants to access …
-
I can see a lot of interdependencies between modules(node-casbin reference). Just wanted to ask if there's an efficient way to start implementing ACL. The barebones are already set-up.