fellow Symfonians.
I need to integrate my system's login with client's login form, which exists already on their page and was used for their old systems. I use FOSUserBundle with custom view for login form, but unfortunately they want to keep their login form as is ("for reasons"). It's not even on the same server.
Is there a way to pass my CSRF login token to their form (I have the access to their code), or do I have to disable CSRF on my login?