Question from the Symfony 6 test

What does the 'auto' password hasher do in Symfony?

Easy
# config/packages/security.yaml
security:
    # ...

    password_hashers:
        App\Entity\User: 'auto'

What does the 'auto' password hasher do?

Author: smaine milianniStatus: PublishedQuestion passed 1107 times
Edit
5
Community EvaluationsNo one has reviewed this question yet, be the first!