lumen-passport-multiauth

时间:2024-04-22 23:28:38
【文件属性】:

文件名称:lumen-passport-multiauth

文件大小:21KB

文件格式:ZIP

更新时间:2024-04-22 23:28:38

PHP

流明护照多重认证 为添加护照和多身份验证支持 兼容性 流明框架 > = 8.0 正在安装 使用composer安装: $ composer require aaranda/lumen-passport-multiauth:^0.1 配置 首先,您需要发布您的Lumen配置文件夹 cp -a vendor/laravel/lumen-framework/config config 因此您可以添加要使用的新提供程序和防护。 您需要取消注释并在bootstrap / app.php文件中添加一些行 //uncomment $ app -> withFacades (); //uncomment $ app -> withEloquent (); //add in the config file section $ app -> configure ( 'auth'


【文件预览】:
lumen-passport-multiauth-main
----composer.json(811B)
----database()
--------migrations()
----LICENSE(1KB)
----src()
--------Http()
--------Passport.php(854B)
--------Auth()
--------RouteRegistrar.php(3KB)
--------Facades()
--------Providers()
--------helpers.php(295B)
--------Exceptions()
--------ProviderRepository.php(998B)
--------Provider.php(517B)
--------HasMultiAuthApiTokens.php(2KB)
--------Guards()
--------PassportMultiauth.php(2KB)
--------Config()
----README.md(11KB)

网友评论