Skip to content

Think-authz 1.0.0

Compare
Choose a tag to compare
@leeqvip leeqvip released this 24 Oct 13:57
· 49 commits to master since this release

Think-authz is an authorization library for the ThinkPHP framework.
It's based on Casbin, an authorization library that supports access control models like ACL, RBAC, ABAC.

The first release of Think-authz:

  • Enforcer Api
  • Middleware

All you need to learn to use Casbin first.