Jure Suvak

Results 3 comments of Jure Suvak

This timeout issue is present already in v3.0.0-rc4 version.

You can override confirmAction of FOSUserBundle and add this code to the end. ``` $token = $this->container->get('security.context')->getToken(); $response = $this->container->get('authentication_handler')->onAuthenticationSuccess($request, $token); ```