Files
symfony-flex-recipes/lexik.jwt-authentication-bundle.2.5.json
github-action[bot]andgithub-action[bot] 8d3e3dbd8b Update Flex endpoint
2023-03-16 09:09:16 +00:00

38 lines
1.4 KiB
JSON

{
"manifests": {
"lexik/jwt-authentication-bundle": {
"manifest": {
"bundles": {
"Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"JWT_SECRET_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/private.pem",
"JWT_PUBLIC_KEY": "%kernel.project_dir%/%CONFIG_DIR%/jwt/public.pem",
"JWT_PASSPHRASE": "%generate(secret, 32)%"
},
"gitignore": [
"/%CONFIG_DIR%/jwt/*.pem"
]
},
"files": {
"config/packages/lexik_jwt_authentication.yaml": {
"contents": [
"lexik_jwt_authentication:",
" secret_key: '%env(resolve:JWT_SECRET_KEY)%'",
" public_key: '%env(resolve:JWT_PUBLIC_KEY)%'",
" pass_phrase: '%env(JWT_PASSPHRASE)%'",
""
],
"executable": false
}
},
"ref": "e9481b233a11ef7e15fe055a2b21fd3ac1aa2bb7"
}
}
}