Increase generated JWT_PASSPHRASE length to 64 (#1183)

This commit is contained in:
Gunnstein Lye
2023-03-16 10:08:55 +01:00
committed by GitHub
parent d531087d4a
commit b1881d6247

View File

@@ -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"