/ntex-file-adapter-acl

Primary LanguageRustApache License 2.0Apache-2.0

ntex FileAdapter ACL

Basic integration of Casbin-RS with FileAdapter for ntex.

This example uses the ACL model.

Usage

cd examples/ntex_fileadapter_acl

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

Running Server

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

# Started http server: 127.0.0.1:8080

In this example, you can get the the result at http://localhost:8080/auth/{name}/{action}, please use alice or bob instead of {name}, use read or write instead of {action}.