Skip to content

Releases: php-casbin/think-authz

Think-authz 1.0.0

24 Oct 13:57
Compare
Choose a tag to compare

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.