From decf9bd556f8670f84e9eecb236c0727650c13db Mon Sep 17 00:00:00 2001 From: hdm Date: Thu, 23 Jun 2022 09:42:49 +0800 Subject: [PATCH] =?UTF-8?q?jwt=E5=8C=85=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=BA3.3.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- config/log.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 03e222a..142b8ce 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "topthink/think-view": "^1.0", "topthink/think-captcha": "^3.0", "phpmailer/phpmailer": "^6.6", - "lcobucci/jwt": "^3.4" + "lcobucci/jwt": "3.3.3" }, "require-dev": { "symfony/var-dumper": "^4.2", diff --git a/config/log.php b/config/log.php index 137360d..0b27c12 100644 --- a/config/log.php +++ b/config/log.php @@ -63,6 +63,7 @@ return [ ], 'user_action' => [ 'login' => '登录', + 'module' => '拉取', 'reg' => '注册', 'upload' => '上传', 'down' => '下载',