Updated recipe of scheb/2fa bundle

This commit is contained in:
Jan Böhmer 2023-05-27 20:53:34 +02:00
parent 92ddebc289
commit 0ecb339fdf
2 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
# See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/5.x/configuration.html # See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html
scheb_two_factor: scheb_two_factor:
google: google:
@ -23,6 +23,6 @@ scheb_two_factor:
security_tokens: security_tokens:
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken - Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
# If you're using guard-based authentication, you have to use this one: # 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 # - Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
# 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

View file

@ -373,16 +373,16 @@
"version": "8.3.0" "version": "8.3.0"
}, },
"scheb/2fa-bundle": { "scheb/2fa-bundle": {
"version": "5.13", "version": "6.8",
"recipe": { "recipe": {
"repo": "github.com/symfony/recipes", "repo": "github.com/symfony/recipes",
"branch": "main", "branch": "main",
"version": "5.0", "version": "6.0",
"ref": "0a83961ef50ff91812b229a6f0caf28431d94aec" "ref": "1e6f68089146853a790b5da9946fc5974f6fcd49"
}, },
"files": [ "files": [
"./config/packages/scheb_2fa.yaml", "config/packages/scheb_2fa.yaml",
"./config/routes/scheb_2fa.yaml" "config/routes/scheb_2fa.yaml"
] ]
}, },
"sebastian/diff": { "sebastian/diff": {