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"