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-----