I'm new with symfony2 and i am trying to connect with FOSUserBundle via a rest api. The web browser authentication is working fine and I can create users with FOSUserBundle. In fact I want to build a webservice with Symfony. How can I connect a user vie rest ? Is it a bundle to use rest with symfony2 easily?
Thanks.