Skip to content

Commit

Permalink
Add "jwt" alias for lexik/jwt-authentication-bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
teohhanhui committed Apr 12, 2019
1 parent c466e7a commit d372558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lexik/jwt-authentication-bundle/2.3/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion lexik/jwt-authentication-bundle/2.5/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d372558

Please sign in to comment.