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