jcasbin icon indicating copy to clipboard operation
jcasbin copied to clipboard

An authorization library that supports access control models like ACL, RBAC, ABAC in Java

Results 12 jcasbin issues
Sort by recently updated
recently updated
newest added

Fix: https://github.com/casbin/jcasbin/issues/261 Signed-off-by: Yixiang Zhao

See: http://playframework.org/ The repo is created here: https://github.com/jcasbin/play-authz , you can make PR to add code to it. You can see existing similar authorization modules for Play as reference: https://www.playframework.com/documentation/2.8.x/ModuleDirectory#Authentication-(Login-&-Registration)-and-Authorization-(Restricted-Access)...

enhancement
help wanted

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 method only supported...

enhancement

See: [casbin#942](https://github.com/casbin/casbin/pull/942)

enhancement

it is similar to this issue https://github.com/casbin/casbin/issues/1318 casbin-spring-boot-starter: 1.1.0 useSyncedEnforcer: false storeType: jdbc enableWatcher: false `AddNamedMatchingFunc(`): KeyMatch4 model.conf ``` [request_definition] r = sub, obj [policy_definition] p = sub, obj, eft...

question

The latest version of jcasbin provies `com.github.seancfoley:ipaddress:5.3.4` which is vulnurable with CVE-2023-50570. The CVE is fixed in https://github.com/seancfoley/IPAddress/releases/tag/v5.4.1 Could you please update the dependency.

enhancement

Sync the tests from Go Casbin: https://github.com/casbin/casbin , find all the features that are missing in Java but available in Go.

enhancement

Hi, there is parameter in method named `user`, for what purposes is it needed there? method always returns the same thing

enhancement

I believe a fix was put out a while ago for ConcurrentModificationExceptions being thrown. We still see some being thrown here and there. Don't have much to go off of...

question