An open API service indexing awesome lists of open source software.

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.

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)