diff --git a/archived/scheb.2fa-bundle/10513e776d7ac66b21e58d08bf34643434bcf3ab.json b/archived/scheb.2fa-bundle/10513e776d7ac66b21e58d08bf34643434bcf3ab.json new file mode 100644 index 00000000..030a9660 --- /dev/null +++ b/archived/scheb.2fa-bundle/10513e776d7ac66b21e58d08bf34643434bcf3ab.json @@ -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" + } + } +} diff --git a/archived/scheb.2fa-bundle/ccdcd64169a0420507e9f6af85da457026c11e03.json b/archived/scheb.2fa-bundle/ccdcd64169a0420507e9f6af85da457026c11e03.json new file mode 100644 index 00000000..dca91114 --- /dev/null +++ b/archived/scheb.2fa-bundle/ccdcd64169a0420507e9f6af85da457026c11e03.json @@ -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" + } + } +} diff --git a/index.json b/index.json index f3dfd091..3691d51c 100644 --- a/index.json +++ b/index.json @@ -425,7 +425,8 @@ "9.3" ], "scheb/2fa-bundle": [ - "5.0" + "5.0", + "6.0" ], "sensio/framework-extra-bundle": [ "4.0", diff --git a/scheb.2fa-bundle.5.0.json b/scheb.2fa-bundle.5.0.json index 43a7e37f..dca91114 100644 --- a/scheb.2fa-bundle.5.0.json +++ b/scheb.2fa-bundle.5.0.json @@ -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" } } } diff --git a/scheb.2fa-bundle.6.0.json b/scheb.2fa-bundle.6.0.json new file mode 100644 index 00000000..030a9660 --- /dev/null +++ b/scheb.2fa-bundle.6.0.json @@ -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" + } + } +}