fga-demo/README.md
2022-10-23 18:03:10 +01:00

16 lines
197 B
Markdown

# What?
This is a simple demo repo with thinkering based on [OpenFGA](https://openfga.dev)
# Run
```
make infra-up
```
## How to generate privkey
```
openssl genrsa -out private.pem 2048
```