Casbin-gRPC provides gRPC interface for Casbin authorization which is implemented with Rust.

Clone this repo:

Branches

  1. 03f8008 fix: fix server start (#16) by imp2002 · 3 years, 2 months ago main
  2. 32a5334 feat: Add management apis (#12) by Siddhesh Kanawade · 3 years, 7 months ago
  3. a653a25 feat: update dependencies, rust version, remove deprecated code, add rpccall function templates (#11) by Siddhesh Kanawade · 3 years, 7 months ago
  4. 6432e8a Merge pull request #4 from SiddheshKanawade/main by Eason Chai · 3 years, 11 months ago
  5. 1bd0864 added newline at end of file by Siddhesh Kanawade · 3 years, 11 months ago

casbin-grpc

Casbin-gRPC provides gRPC interface for Casbin authorization which is implemented with Rust.

How to use?

Prerequisites

Protobuf (if not installed): As Casbin-Server uses gRPC, you need to install Protocol Buffers first to generate the .proto file, it will auto execute by build.rs.

Start server

cargo run --bin casbin-server