Refine and optimize the Casbin-dashboard & Casdoor
Resulte
Casbin-dashboard is the official web UI (admin portal) for Casbin models and policies. Casdoor is a centralized authentication / Single-Sign-On (SSO)...
Casbin for .NET & Casdoor .NET SDK
sociometry
Casbin for .NET: a. Feature Request: subjectPriority b. Support "in" special grammar c. Validate and compile matcher when loading model d. Improve...
An alternative tuple-storage engine for Casbin Mesh / Casbin — GSOC 2022 Proposal
NoneBack
Currently, Casbin uses golang built-in map structure to maintain policies in the main memory and persist the policies via adapter abstraction. If...
Enhancement of Casbin Core Engine
Jianning Wang
Casbin Core Engine is the first implementation for Casbin DSL. Though stable now, it lacks some important features like the WatcherEx support. Also,...
Casbin is extended to multiple languages and frameworks including the Casbin for Node.js. To improve the user experience for the project one of the...
Performance Optimize,New DB Adapters and Django Part Improve for Pycasbin
Zhendong Zhou
1. Add etcd adapter and redis adapter to improve compatibility 2. Implement the pycasbin-on-cpp to improve performance and add RBAC API to benchmark...
Casbin for Java & Casdoor
Yixiang Zhao
The jCasbin needs to enhance the expressiveness of the grammar to meet the diverse needs of the user's policy development. For example, the special...
Casbin for Rust
Siddhesh Kanawade
With the efforts of Casbin Community, the Rust version of the Casbin is now ready for production. Casbin-RS can provide access control with blazing...
Casbin for Cloud Native & Casdoor
Jiaming Tang
The proposal presented here roughly contains 3 parts. The first part includes refactor of the existing k8s-authz, as well as introducing more...
Encapsulation of casbin-cpp and other enhancements for pycasbin
cs1137195420
Compared to Casbin for Golang, PyCasbin has many shortcomings, especially the lack of RBAC interface and its bad performance compared to Go....