通过路由中间件JWT多表认证

composer require tinywan/jwt 用户端路由使用jwt中间件 Route::get('/profile', \app\api\user\controller\UserController::class . '@profile')->middleware([ \app\middleware\JwtUser::class ]); 管理员后台路由使用jwt中间件 Route::ge...

Deep 发表与 1天前 49 浏览 0 评论

Deep

220
积分
0
获赞数
0
粉丝数
1天前 加入
×
🔝