Skip to content

Releases: php-casbin/think-authz

Think-authz 1.0.2

02 Dec 03:17
a1bbf4e
Compare
Choose a tag to compare

Fix

  • 修复 "Class 'tauthz\exception\Unauthorized' not found" #8 .

Think-authz 1.0.1

29 Nov 11:24
Compare
Choose a tag to compare

Fix

  • 修复中间件错误

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.