casbin-rs / casbin-grpc

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

Home Page:https://github.com/casbin/casbin-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/casbin/casbin-server

License:Apache License 2.0


Languages

Language:Rust 100.0%