We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c466e7a commit d372558Copy full SHA for d372558
lexik/jwt-authentication-bundle/2.3/manifest.json
@@ -5,7 +5,7 @@
5
"copy-from-recipe": {
6
"config/": "%CONFIG_DIR%"
7
},
8
- "aliases": ["jwt-auth"],
+ "aliases": ["jwt", "jwt-auth"],
9
"env": {
10
"#1": "Key paths should be relative to the project directory",
11
"JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem",
lexik/jwt-authentication-bundle/2.5/manifest.json
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
0 commit comments