blob: 9217c4ae453b76081b32d1db83835358b5583b97 [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.
[PaySuper Casbin Server](https://github.com/paysuper/casbin-server) | PaySuper's fork of the above official ``Casbin-Server`` but more actively maintained. It provides [go-micro](https://micro.mu/) interface for Casbin authorization.
[middleware-acl](https://github.com/luk4z7/middleware-acl) | RESTful access control middleware based on Casbin.
[Buttress](https://github.com/merajsahebdar/buttress-server) | The Access Control as a Service solution based on Casbin.
[auth-server](https://github.com/ZettaAI/auth-server) | Auth Server for proofreading services.