File tree Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Expand file tree Collapse file tree 4 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
- # See the configuration reference at https://github .com/scheb/2fa/blob/master/doc/ configuration.md
1
+ # See the configuration reference at https://symfony .com/bundles/SchebTwoFactorBundle/5.x/ configuration.html
2
2
scheb_two_factor :
3
3
security_tokens :
4
4
- Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
Original file line number Diff line number Diff line change
1
+ # See the configuration reference at https://symfony.com/bundles/SchebTwoFactorBundle/6.x/configuration.html
2
+ scheb_two_factor :
3
+ security_tokens :
4
+ - Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken
5
+ - Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken
Original file line number Diff line number Diff line change
1
+ 2fa_login :
2
+ path : /2fa
3
+ defaults :
4
+ _controller : " scheb_two_factor.form_controller:form"
5
+
6
+ 2fa_login_check :
7
+ path : /2fa_check
Original file line number Diff line number Diff line change
1
+ {
2
+ "bundles" : {
3
+ "Scheb\\ TwoFactorBundle\\ SchebTwoFactorBundle" : [" all" ]
4
+ },
5
+ "copy-from-recipe" : {
6
+ "config/" : " %CONFIG_DIR%/"
7
+ },
8
+ "aliases" : [" 2fa" ]
9
+ }
You can’t perform that action at this time.
0 commit comments