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