Part-DB.Part-DB-server/config/packages/test/security.yaml

12 lines
No EOL
356 B
YAML

# config/packages/test/security.yaml
security:
# Disable password hashing during testing. This speeds up tests a lot
password_hashers:
Symfony\Component\Security\Core\User\PasswordAuthenticatedUserInterface: 'plaintext'
firewalls:
# replace 'main' by the name of your own firewall
main:
entry_point: http_basic
http_basic: ~