Dave Smith

Results 4 issues of Dave Smith

[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 roles can have roles. 2....

[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 roles can have roles. 2....

I saw we built a custom access control service here: https://github.com/apache/incubator-teaclave/pull/64 . I found it is actually re-implementing something like Casbin-RS: https://github.com/casbin/casbin-rs . I totally understood it because this PR...

[Casbin.NET](https://github.com/casbin/Casbin.NET) is an authorization library that supports models like ACL, RBAC, ABAC. Related to RBAC, casbin has several advantages: 1. roles can be cascaded, aka roles can have roles. 2....