mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Increase generated JWT_PASSPHRASE length to 64 (#1183)
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
"env": {
|
"env": {
|
||||||
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
|
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
|
||||||
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
|
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
|
||||||
"JWT_PASSPHRASE": "%generate(secret)%"
|
"JWT_PASSPHRASE": "%generate(secret, 32)%"
|
||||||
},
|
},
|
||||||
"gitignore": [
|
"gitignore": [
|
||||||
"/%CONFIG_DIR%/jwt/*.pem"
|
"/%CONFIG_DIR%/jwt/*.pem"
|
||||||
|
|||||||
Reference in New Issue
Block a user