We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d531087 commit b1881d6Copy full SHA for b1881d6
lexik/jwt-authentication-bundle/2.5/manifest.json
@@ -9,7 +9,7 @@
9
"env": {
10
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
11
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
12
- "JWT_PASSPHRASE": "%generate(secret)%"
+ "JWT_PASSPHRASE": "%generate(secret, 32)%"
13
},
14
"gitignore": [
15
"/%CONFIG_DIR%/jwt/*.pem"
0 commit comments