mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
16 lines
475 B
JSON
16 lines
475 B
JSON
{
|
|
"bundles": {
|
|
"Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%"
|
|
},
|
|
"aliases": ["jwt-auth"],
|
|
"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)%"
|
|
}
|
|
}
|