msol/identification
Composer 安装命令:
composer require msol/identification
包简介
Middleware for identify user by backoffice webservice
README 文档
README
Middleware for identify user by backoffice webservice
Need
config + session + log + input
Use
constants domains {domain} limiter constants domains {domain} defaultUrlSubscription
Get
(cookie) u (get param) u (get param) userId
Set
(session) limiterType (session) subscriptionActive (session) userId
Install
You can install the package via composer:
$ composer require msol/identification
Next, the \Msol\Identification\Middleware\IdentificationMiddleware::class-middleware must be registered in the kernel:
//app/Http/Kernel.php protected $middlewareGroups = [ 'web' => [ ... \Msol\Identification\Middleware\IdentificationMiddleware::class, ] ];
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-06-07