Files
symfony-flex-recipes/archived/lexik.jwt-authentication-bundle/43a8087d4ce9d7d43a87d7f885cb1610d48c1026.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

40 lines
1.6 KiB
JSON

{
"manifests": {
"lexik/jwt-authentication-bundle": {
"manifest": {
"bundles": {
"Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"#1": "Key paths should be relative to the project directory",
"JWT_PRIVATE_KEY_PATH": "%CONFIG_DIR%/jwt/private.pem",
"JWT_PUBLIC_KEY_PATH": "%CONFIG_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret)%"
},
"post-install-output": [
"<bg=blue;fg=white> Next for LexikJWTAuthenticationBundle </>",
" Run <comment>make generate-jwt-keys</> to generate a key pair."
]
},
"files": {
"config/packages/lexik_jwt_authentication.yaml": {
"contents": [
"lexik_jwt_authentication:",
" private_key_path: '%kernel.project_dir%/%env(JWT_PRIVATE_KEY_PATH)%'",
" public_key_path: '%kernel.project_dir%/%env(JWT_PUBLIC_KEY_PATH)%'",
" pass_phrase: '%env(JWT_PASSPHRASE)%'",
""
],
"executable": false
}
},
"ref": "43a8087d4ce9d7d43a87d7f885cb1610d48c1026"
}
}
}