Another casbin implementation in golang.
- 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.
Released under the MIT License.