blob: 7b9684375947655faa36dc159fda48c20f194ea7 [file] [log] [blame] [view]
---
id: service
title: Casbin Service
---
## How to use Casbin as a service?
Name | Description
----|----
[Casbin Server](https://github.com/casbin/casbin-server) | The official ``Casbin as a Service`` solution based on [gRPC](https://grpc.io/), both Management API and RBAC API are provided.
[Go-Simple-API-Gateway](https://github.com/Soontao/go-simple-api-gateway) | A simple API gateway written by golang, supports for authentication and authorization.
[middleware-acl](https://github.com/luk4z7/middleware-acl) | RESTful access control middleware based on Casbin.