Questions tagged [symfony-eventdispatcher]

The Symfony Component called EventDispatcher equips your application with communication tools, enabling its components to interact by triggering and listening to events.

What is preventing the InteractiveLoginEvent from being triggered in Symfony's new 5.1 security system?

Having trouble triggering the InteractiveLoginEvent with the new Symfony 5.1 security system. Despite following the configuration provided in the official documentation (here and here), my system worked flawlessly with the previous security setup. Here i ...