# README
casbin
Another casbin implementation in golang.
Difference with the official casbin implementation
- Use google Common Expression Language as the matcher expression language.
- Assertion field in policy and request only can be
string
type. So there is no support forABAC
model. - Only implement the core feature checking permissions. Not include policies and roles management which should be implemented in a different Bounded Context.
License
Released under the MIT License.