Files
kimai2/config/packages/test/security.yaml
2020-03-20 13:14:05 +01:00

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: ~