Files
kimai2/config/packages/test/security.yaml
2019-08-02 16:52:30 +02:00

12 lines
505 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:
# to make tests much faster, BCrypt cost is changed to its minimum allowed value (4)
# See https://symfony.com/doc/current/reference/configuration/security.html#using-the-bcrypt-password-encoder
App\Entity\User: { algorithm: auto }
firewalls:
secured_area:
http_basic: ~