I'm working on transforming my classic website to rest API in Symfony 2 world.
First of all I'm doing that because I want to a mobile version of my project (maybe phone gap) but with angularjs. my question actually is what is the difference between my angular application authentication to access my api resources and the authentication of the users of the application.
I'm working with Symfony2 standard edition, Fosrestbundle
, FosOauthbundle
and Fosuserbundle
for user management and JmsSerializerbundle
and nelmio
.