Skip to content

Commit b1881d6

Browse files
authored
Increase generated JWT_PASSPHRASE length to 64 (#1183)
1 parent d531087 commit b1881d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lexik/jwt-authentication-bundle/2.5/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"env": {
1010
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
1111
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
12-
"JWT_PASSPHRASE": "%generate(secret)%"
12+
"JWT_PASSPHRASE": "%generate(secret, 32)%"
1313
},
1414
"gitignore": [
1515
"/%CONFIG_DIR%/jwt/*.pem"

0 commit comments

Comments
 (0)