leuverink/lockdown
Composer 安装命令:
composer require leuverink/lockdown
包简介
Easily lock sections of your Laravel app with Basic Access Authentication using convenient route middleware & configurable guards
README 文档
README
Easily lock sections of your Laravel app with Basic Access Authentication using convenient route middleware & configurable guards
A note on security
Lockdown is meant to shield sections of your project from prying eyes, for example if you like to demo a feature that is not ready for production.
Basic Acces Auth is insecure by nature. If in production always make sure to have TLS configured so all credentials are encrypted. Even with that precaution I heavily discourage you use this package to protect valuable data. It is not meant to do that.
That said there are plenty of situations where a easily configurable Basic Access Auth middleware is exactly what you need. If you find yourself in one of those situations, read on!
Installation
Install the package
composer require leuverink/lockdown
Publish the config file
php artisan vendor:publish --tag="lockdown:config"
Getting started
For usage, check out the documentation.
统计信息
- 总下载量: 5
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-05-01