Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to redirect on login (including "Remember Me"), based on certain conditions.

I've implemented a AuthenticationSuccessHandlerInterface service.

That works nicely for interactive login but it doesn't fire on a "Remember Me" login.

I've also tried the kernel security.interactive_login event which does fire on "Remember Me" but there appears to be no way to redirect from there.

I thought the FOSUserBundle SECURITY_IMPLICIT_LOGIN event might do it but unfortunately no. It doesn't fire on "Remember Me".

Any others options?

Thanks

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.