Casbin 服务
如何使用Casbin作为服务?
名称 | 描述 |
---|---|
Casbin Server | 基于gRPC的官方Casbin as a Service ,提供了Management API 和 RBAC API。 |
PaySuper Casbin Server | PaySuper's fork of the above official Casbin-Server but more actively maintained. It provides go-micro interface for Casbin authorization. |
Go-Simple-API-Gateway (Archived) | A simple API gateway written by golang, supports for authentication and authorization. |
middleware-acl | RESTful access control middleware based on Casbin. |