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

https://github.com/dkarter/casbin-ex


https://github.com/dkarter/casbin-ex

Last synced: 8 months ago
JSON representation

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