openfga-rs is a OpenFGA model parser and compiler written in rust
- Compile OpenFGA authorization model into its JSON representation
Clone the project
git clone https://github.com/iammathew/openfga-rs
Go to the project directory
cd openfga-rs
Build the executable
cargo build
Run the compiler
./target/debug/openfgac [filepath] > [jsonfile]
- Publish cargo packages
- Add wasm build
- Add correctness check of model
- Build a LSP