File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
symfony/security-bundle/5.3/config/packages Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 11security :
2- # https://symfony.com/doc/current/security/authenticator_manager.html
32 enable_authenticator_manager : true
4- # https://symfony.com/doc/current/security.html#c -hashing-passwords
3+ # https://symfony.com/doc/current/security.html#registering-the-user -hashing-passwords
54 password_hashers :
65 Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface : ' auto'
7- # https://symfony.com/doc/current/security.html#where-do-users-come-from- user-providers
6+ # https://symfony.com/doc/current/security.html#loading-the-user-the- user-provider
87 providers :
98 users_in_memory : { memory: null }
109 firewalls :
@@ -16,7 +15,7 @@ security:
1615 provider : users_in_memory
1716
1817 # activate different ways to authenticate
19- # https://symfony.com/doc/current/security.html#firewalls-authentication
18+ # https://symfony.com/doc/current/security.html#the-firewall
2019
2120 # https://symfony.com/doc/current/security/impersonating_user.html
2221 # switch_user: true
You can’t perform that action at this time.
0 commit comments