Skip to content

Commit b3c63bd

Browse files
committed
Add and configure scheb/2fa-totp dependency
1 parent c54fee7 commit b3c63bd

3 files changed

Lines changed: 203 additions & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"phpdocumentor/reflection-docblock": "^5.3",
2424
"phpstan/phpdoc-parser": "^2.1",
2525
"scheb/2fa-bundle": "^7.7",
26+
"scheb/2fa-totp": "^7.7",
2627
"sentry/sentry-symfony": "^5.0",
2728
"symfony/asset": "^7.0",
2829
"symfony/console": "^7.0",

composer.lock

Lines changed: 200 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/packages/scheb_2fa.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ scheb_two_factor:
33
security_tokens:
44
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
55
- Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
6+
totp:
7+
enabled: true

0 commit comments

Comments
 (0)