Clone this repo:

Branches

  1. a6c69c9 feat: implement logic, add readme, formatting and clippy happy (#3) by Siddhesh Kanawade · 3 years, 7 months ago master
  2. c31859a feat: Added github CI, and filestructure (#1) by Siddhesh Kanawade · 3 years, 7 months ago
  3. 664f8c1 Initial commit by Yang Luo · 3 years, 7 months ago

Actix FileAdapter RBAC

Basic integration of Casbin-RS with FileAdapter for Actix web.

This example uses the RABC model.

Usage

cd examples/actix_fileadapter_rbac

Modify the files in the rbac directory and the code in the src directory as required.

Running Server

cd examples/actix_fileadapter_rbac
cargo run (or ``cargo watch -x run``)

# Started http server: 127.0.0.1:8080

In this example, you can get the the successful result at http://localhost:8080/success (accessible) and the failed result at http://localhost:8080/fail (inaccessible, ERR_EMPTY_RESPONSE).