Casbin Service
You can run Casbin as a remote service and call it via gRPC or HTTP instead of embedding the library. Options:
| Project | 描述 |
|---|---|
| Casbin服务器 | Official gRPC service exposing Management API and RBAC API. |
| 中间件-acl | RESTful ACL middleware built on Casbin. |
| auth-server | Auth server example using Casbin. |