http身份验证:PSR 15中间件用于实现基本和摘要Http身份验证 源码
中间件/ http身份验证 实现中间件。 包含以下组件: 要求 PHP> = 7.2 安装 该软件包可以通过Composer作为安装和自动加载。 composer require middlewares/http-authentication 基本认证 是最简单的技术。 您必须为Array或ArrayAccess提供所有可用用户的用户名和密码。 键是用户名,值是密码。 Dispatcher :: run ([ new Middlewares \ BasicAuthentication ([ 'username1' => 'password1' ,
文件列表
http-authentication-master.zip
(预估有个9文件)
http-authentication-master
.github
workflows
main.yaml
2KB
src
HttpAuthentication.php
1KB
DigestAuthentication.php
3KB
BasicAuthentication.php
2KB
CONTRIBUTING.md
3KB
LICENSE
1KB
暂无评论