View file File name : security.yaml Content :# this configuration simplifies testing URLs protected by the security mechanism # See https://symfony.com/doc/current/cookbook/testing/http_authentication.html security: encoders: App\Entity\User: { algorithm: auto } firewalls: secured_area: http_basic: ~