phauthentic / authentication-cakephp
CakePHP认证适配器
dev-master
2018-10-04 13:32 UTC
Requires
- php: >=7.1
- phauthentic/authentication: dev-master
Requires (Dev)
- cakephp/cakephp: ~3.5
- phpunit/phpunit: ^6.0
Suggests
- cakephp/cakephp: To use component and storage.
- cakephp/orm: To use "OrmResolver" (Not needed separately if using full CakePHP framework).
This package is auto-updated.
Last update: 2024-09-05 03:06:29 UTC
README
此包将允许您使用Phautentic Authentication库,通过您的CakePHP应用程序查找用户凭据。
如何使用
通过composer安装。
composer require phauthentic/authentication-cakephp
CakePHP ORM解析器
配置选项设置器
- setUserModel(): 用户模型身份所在位置。默认为
Users
。 - setFinder(): 与模型一起使用的查找器。默认为
all
。
版权 & 许可证
许可协议MIT。
- 版权(c) Phauthentic
- 版权(c) Cake软件基金会,Inc.