We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e06589b + 9af6da8 commit a03800eCopy full SHA for a03800e
symfony/security-bundle/5.3/config/packages/security.yaml
@@ -1,6 +1,9 @@
1
security:
2
# https://symfony.com/doc/current/security/experimental_authenticators.html
3
enable_authenticator_manager: true
4
+ # https://symfony.com/doc/current/security.html#c-hashing-passwords
5
+ password_hashers:
6
+ Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'auto'
7
# https://symfony.com/doc/current/security.html#where-do-users-come-from-user-providers
8
providers:
9
users_in_memory: { memory: null }
0 commit comments