think-authz icon indicating copy to clipboard operation
think-authz copied to clipboard

An authorization library that supports access control models like ACL, RBAC, ABAC in ThinkPHP.

Results 6 think-authz issues
Sort by recently updated
recently updated
newest added

多站点策略缓存问题:使用数据库连接和表名作为缓存KEY

发现代码有数据库查询缓存,并且还是永久的,能否可以提供过期选项。 还是需要开发者 手动清缓存?

enhancement

有实际的应用项目吗? 想参考下。

question

这个缓存怎么在调试阶段关闭

enhancement

在使用中间件 tauthz\middleware\base::class 时,Unauthorized 异常触发并没有message属性,建议添加

enhancement