https://github.com/charliedigital/casbin-net-examples
Example use cases for Casbin authorization.
https://github.com/charliedigital/casbin-net-examples
Last synced: 9 months ago
JSON representation
Example use cases for Casbin authorization.
- Host: GitHub
- URL: https://github.com/charliedigital/casbin-net-examples
- Owner: CharlieDigital
- Created: 2025-09-14T17:35:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T19:45:54.000Z (10 months ago)
- Last Synced: 2025-09-14T21:31:49.713Z (10 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casbin Tests (Using TUnit)
```shell
dotnet run
```
NOTE: [TUnit's default behavior is to create a class for each test case](https://tunit.dev/docs/comparison/framework-differences#shared-test-class-instances)
Don't follow these patterns in XUnit!
## Docs
- [Casbin Getting Started](https://casbin.org/docs/get-started)
- [Casbin Model Syntax](https://casbin.org/docs/syntax-for-models)