https://github.com/dkarter/casbin-ex
https://github.com/dkarter/casbin-ex
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dkarter/casbin-ex
- Owner: dkarter
- Created: 2024-09-15T04:33:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T04:51:08.000Z (almost 2 years ago)
- Last Synced: 2025-10-20T07:59:53.125Z (9 months ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Casbin
Repo for learning and toying with Casbin authorization library
Casbin supports:
- ACL
- RBAC
- ABAC
Here are some important links:
- Elixir Impl: https://github.com/casbin/casbin-ex
- Go Impl: https://github.com/casbin/casbin
- Policy Editor: https://casbin.org/editor/
- Official site: https://casbin.org
- Redis Adapter: https://github.com/lmk02/casbin-ex/commit/b20600b7e9e66bc781225abad1771eff4df9bd56
Running:
```bash
iex casbin.exs
```
Then use the examples/benchmarks from that file