tongshanglei 1 vuosi sitten
vanhempi
commit
4f35972c1c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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,
 ];