Files
symfony-flex-recipes-contrib/web-auth/webauthn-symfony-bundle/3.0/manifest.json
T
2023-05-12 15:54:23 -04:00

13 lines
256 B
JSON

{
"bundles": {
"Webauthn\\Bundle\\WebauthnBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
},
"env": {
"RELYING_PARTY_ID": "example.com",
"RELYING_PARTY_NAME": "My Application"
}
}