darkin1/digest-auth
最新稳定版本:v0.1.3
Composer 安装命令:
composer require darkin1/digest-auth
包简介
Digest Authentication RFC 2617 for Lumen
README 文档
README
Digest Authentication RFC 2617 for Lumen 5.x
Installation
Installation using composer:
composer require darkin1/digest-auth
And add the service provider in config/app.php:
Darkin1\DigestAuth\DigestAuthServiceProvider::class,
Configuration
Change your default settings in app/config/digest-auth.php:
<?php return [ 'realm' => env('DIGEST_REALM', '****'), 'user' => env('DIGEST_USER', '****'), 'password' => env('DIGEST_PASS', '****'), 'driver' => env('DIGEST_DRIVER', 'env'), ];
Documentation
统计信息
- 总下载量: 6.61k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-31