Is it possible to use EventSubscribers with Silex?
Whilst looking around at using AuthenticationHandlers I saw that Symfony supports EventSubscribers which can be more flexible when authenticating with multiple methods. I have been using this as an example: https://knpuniversity.com/screencast/guard/success-handling So I have got my subscriber class all setup, but what I do not know how to do is register is as an event in Silex. I am pretty sure that I need to use the $app['dispatcher'] but what I do not know is what event to listen on. Using the example from the page, in a Symfony configuration, the servics is tagged with kernel.event