From b1881d6247e183f265d690f15aaf2b606a3e9721 Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Thu, 16 Mar 2023 10:08:55 +0100 Subject: [PATCH] Increase generated JWT_PASSPHRASE length to 64 (#1183) --- lexik/jwt-authentication-bundle/2.5/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexik/jwt-authentication-bundle/2.5/manifest.json b/lexik/jwt-authentication-bundle/2.5/manifest.json index fac283ea..40e33343 100644 --- a/lexik/jwt-authentication-bundle/2.5/manifest.json +++ b/lexik/jwt-authentication-bundle/2.5/manifest.json @@ -9,7 +9,7 @@ "env": { "JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem", "JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem", - "JWT_PASSPHRASE": "%generate(secret)%" + "JWT_PASSPHRASE": "%generate(secret, 32)%" }, "gitignore": [ "/%CONFIG_DIR%/jwt/*.pem"