From f27628c8f6df77e320b50f956e8b87217d1b6027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 6 Aug 2021 17:06:57 +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 cc34b7be..4a674c16 100644 --- a/System/Jwt/JwtHelper.php +++ b/System/Jwt/JwtHelper.php @@ -23,7 +23,7 @@ trait JwtHelper private string $secret = ''; - private string $encrypt = 'HS256'; + private string $encrypt = 'sha384'; private ?string $public = '-----BEGIN PUBLIC KEY-----