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 1
1
security :
2
- # https://symfony.com/doc/current/security/authenticator_manager.html
3
2
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
5
4
password_hashers :
6
5
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
8
7
providers :
9
8
users_in_memory : { memory: null }
10
9
firewalls :
@@ -16,7 +15,7 @@ security:
16
15
provider : users_in_memory
17
16
18
17
# 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
20
19
21
20
# https://symfony.com/doc/current/security/impersonating_user.html
22
21
# switch_user: true
You can’t perform that action at this time.
0 commit comments