vespula / auth
针对各种适配器的身份验证库
4.0.1
2024-06-03 15:38 UTC
Requires
- php: >=8.1
Requires (Dev)
- ext-ldap: *
- ext-sqlite3: *
- phpunit/phpunit: ^10.0.0
- rector/rector: ^1.0.0
- vimeo/psalm: ^5.4.0
This package is auto-updated.
Last update: 2024-09-03 18:24:34 UTC
README
一个简单、灵活的身份验证类,易于设置和理解。
目前有3个适配器
- 文件 - 使用 .htaccess 或用户和加密密码的数组
- SQL - 使用数据库表
- LDAP - 对 LDAP/AD 服务器进行身份验证
- 多 - 对多个适配器进行身份验证