Dave Smith
Dave Smith
As a note, I found [Casbin.NET](https://github.com/casbin/Casbin.NET) to be a good alternative for RBAC in .NET. https://github.com/casbin/Casbin.NET
[Casbin-RS](https://github.com/casbin/casbin-rs) is an authorization library that supports models like ACL, RBAC, ABAC for Rust. Related to RBAC, casbin has several advantages: 1. roles can be cascaded, aka roles can have...
[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....
@daconglee , please use: https://github.com/casbin/Casbin.NET instead