From 73c6cc5637d1a85a461b30c2941640c05a56892f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 6 Aug 2021 17:10:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Jwt/JwtHelper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Jwt/JwtHelper.php b/System/Jwt/JwtHelper.php index 4a674c16..bdf8bc8d 100644 --- a/System/Jwt/JwtHelper.php +++ b/System/Jwt/JwtHelper.php @@ -23,7 +23,7 @@ trait JwtHelper private string $secret = ''; - private string $encrypt = 'sha384'; + private string $encrypt = 'sha256'; private ?string $public = '-----BEGIN PUBLIC KEY-----