Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 620 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 620 Bytes

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.