You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at the documentation page here, just before the final configuration example, it's said that:
The trick is to include the http_basic key in your firewall, along with the form_login key:
When I put the mentioned piece of configuration inside my config_test.yml, the login form is still displayed, even in the test environment. I am unaware of how having multiple authorization listeners works in Symfony, so I don't know how to fix this myself.