10 lines
294 B
YAML
10 lines
294 B
YAML
# 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: ~
|