Add "jwt" alias for lexik/jwt-authentication-bundle

This commit is contained in:
Teoh Han Hui
2019-04-12 17:39:47 +02:00
parent c466e7a6cf
commit d372558b3f
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"aliases": ["jwt-auth"],
"aliases": ["jwt", "jwt-auth"],
"env": {
"#1": "Key paths should be relative to the project directory",
"JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem",
@@ -5,7 +5,7 @@
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"aliases": ["jwt-auth"],
"aliases": ["jwt", "jwt-auth"],
"env": {
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",