I have a Symfony2 with FOSUserBundle.
How the best way to create a WebService for a remote application?
There are any bundle that will handle the authentication?
I was thinking to create an Controler for the API, and check the login/password
with https://github.com/FriendsOfSymfony/FOSUserBundle/issues/696
That's a good idea?