Skip to content

Commit f0dc2cc

Browse files
Update some links to security docs
1 parent 1094526 commit f0dc2cc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

symfony/security-bundle/5.3/config/packages/security.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
security:
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

0 commit comments

Comments
 (0)