Update Flex endpoint

This commit is contained in:
github-action[bot]
2021-12-29 18:25:50 +00:00
parent 38639626a9
commit 1196cc814b
5 changed files with 136 additions and 3 deletions
@@ -0,0 +1,43 @@
{
"manifests": {
"scheb/2fa-bundle": {
"manifest": {
"bundles": {
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/scheb_2fa.yaml": {
"contents": [
"# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html",
"scheb_two_factor:",
" security_tokens:",
" - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken",
" - Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken",
""
],
"executable": false
},
"config/routes/scheb_2fa.yaml": {
"contents": [
"2fa_login:",
" path: /2fa",
" defaults:",
" _controller: \"scheb_two_factor.form_controller:form\"",
"",
"2fa_login_check:",
" path: /2fa_check",
""
],
"executable": false
}
},
"ref": "10513e776d7ac66b21e58d08bf34643434bcf3ab"
}
}
}
@@ -0,0 +1,46 @@
{
"manifests": {
"scheb/2fa-bundle": {
"manifest": {
"bundles": {
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/scheb_2fa.yaml": {
"contents": [
"# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/5.x/configuration.html",
"scheb_two_factor:",
" security_tokens:",
" - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken",
" # If you're using guard-based authentication, you have to use this one:",
" # - Symfony\\Component\\Security\\Guard\\Token\\PostAuthenticationGuardToken",
" # If you're using authenticator-based security (introduced in Symfony 5.1), you have to use this one:",
" # - Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken",
""
],
"executable": false
},
"config/routes/scheb_2fa.yaml": {
"contents": [
"2fa_login:",
" path: /2fa",
" defaults:",
" _controller: \"scheb_two_factor.form_controller:form\"",
"",
"2fa_login_check:",
" path: /2fa_check",
""
],
"executable": false
}
},
"ref": "ccdcd64169a0420507e9f6af85da457026c11e03"
}
}
}
+2 -1
View File
@@ -425,7 +425,8 @@
"9.3"
],
"scheb/2fa-bundle": [
"5.0"
"5.0",
"6.0"
],
"sensio/framework-extra-bundle": [
"4.0",
+2 -2
View File
@@ -14,7 +14,7 @@
"files": {
"config/packages/scheb_2fa.yaml": {
"contents": [
"# See the configuration reference at https://github.com/scheb/2fa/blob/master/doc/configuration.md",
"# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/5.x/configuration.html",
"scheb_two_factor:",
" security_tokens:",
" - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken",
@@ -40,7 +40,7 @@
"executable": false
}
},
"ref": "62660e7d21b8b5295c5a6f8ca17dc7099881f267"
"ref": "ccdcd64169a0420507e9f6af85da457026c11e03"
}
}
}
+43
View File
@@ -0,0 +1,43 @@
{
"manifests": {
"scheb/2fa-bundle": {
"manifest": {
"bundles": {
"Scheb\\TwoFactorBundle\\SchebTwoFactorBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/scheb_2fa.yaml": {
"contents": [
"# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html",
"scheb_two_factor:",
" security_tokens:",
" - Symfony\\Component\\Security\\Core\\Authentication\\Token\\UsernamePasswordToken",
" - Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken",
""
],
"executable": false
},
"config/routes/scheb_2fa.yaml": {
"contents": [
"2fa_login:",
" path: /2fa",
" defaults:",
" _controller: \"scheb_two_factor.form_controller:form\"",
"",
"2fa_login_check:",
" path: /2fa_check",
""
],
"executable": false
}
},
"ref": "10513e776d7ac66b21e58d08bf34643434bcf3ab"
}
}
}