https://github.com/charliedigital/dn-openfga
https://github.com/charliedigital/dn-openfga
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/charliedigital/dn-openfga
- Owner: CharlieDigital
- Created: 2025-09-27T23:09:35.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-27T23:13:46.000Z (9 months ago)
- Last Synced: 2025-09-28T00:20:31.242Z (9 months ago)
- Language: C#
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .NET + OpenFGA
This sandbox contains examples of using OpenFGA with the .NET SDK.
The raw API is string based and error prone.
This sample has a fluent API built on top of it to make it a bit easier to use (maybe?).
## Running
```shell
docker compose up
dotnet test
# If you edit the model:
dotnet run --project targets
```
The last command will rebuild the model JSON which is what the runtime actually loads.