Categorygithub.com/sdcxtech/casbin
repositorypackage
0.3.0
Repository: https://github.com/sdcxtech/casbin.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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 for ABAC 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.