janfish / swoft-auth
swoft认证组件
v1.0.4
2018-11-02 15:19 UTC
Requires
- firebase/php-jwt: ^5.0
- psr/simple-cache: ^1.0
- swoft/cache: ^1.0
- swoft/framework: ^1.0
- swoft/http-server: ^1.0
Requires (Dev)
- eaglewu/swoole-ide-helper: dev-master
- friendsofphp/php-cs-fixer: ^2.11
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-10-02 20:25:21 UTC
README
Swoft认证组件(由janfish修复)
安装
- composer命令
composer require swoft/auth
文档
现在
- 基本认证
- BearerToken (JWT)
- 访问控制列表(Acl)
未来
- OAuth 2.0
单元测试
composer test
LICENSE
该组件是开源软件,受Apache许可证许可。