tongshanglei 1 년 전
부모
커밋
4f35972c1c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      config/jwt.php

+ 1 - 1
config/jwt.php

@@ -12,7 +12,7 @@ return [
     //Refresh time to live
     'refresh_ttl' => env('JWT_REFRESH_TTL', 20160),
     //JWT hashing algorithm
-    'algo'        => env('JWT_ALGO', 'HS256'),
+    'algo'        => env('JWT_ALGO', 'HS384'),
 
     'blacklist_storage' => thans\jwt\provider\storage\Tp6::class,
 ];