oralunal/scribe-auth
最新稳定版本:v1.0.3
Composer 安装命令:
composer require oralunal/scribe-auth
包简介
A Laravel middleware package that adds authentication protection to your Scribe API documentation.
README 文档
README
A Laravel middleware package that adds authentication protection to your Scribe API documentation. This package provides a simple way to secure your API documentation with basic authentication, ensuring that only authorized users can access your API documentation pages.
Requirements
- Scribe's
typeconfig should be set tolaravelin yourconfig/scribe.phpfile. - Scribe's
laravel->add_routesconfig should be set totruein yourconfig/scribe.phpfile.
Installation
- Install the package via Composer:
composer require oralunal/scribe-auth
- Add the
webandscribe.authmiddleware to yourconfig/scribe.phpfile:
'middleware' => [ // ... 'web', 'scribe.auth', ],
- Publish the configuration file:
php artisan vendor:publish --tag=scribe-auth-config
Configuration
The package comes with a config file (config/scribe-auth.php) where you can customize the following settings:
SCRIBE_AUTH_ENABLED: Enable/disable the middleware (Default:false)SCRIBE_AUTH_PASSWORD: Authentication password (Default:1234567890)
Add the following environment variable to your .env file:
SCRIBE_AUTH_ENABLED=true SCRIBE_AUTH_PASSWORD=your_fantastic_password
Security
- Use different credentials in production
- Choose a strong password
- Keep your credentials secure
License
This package is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 1.27k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-04-28