0

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?

Victor
  • 8,309
  • 14
  • 80
  • 129

1 Answers1

1

You should then consider using FOSOAuthServerBundle.

Here are some useful links on how to implement it,

Community
  • 1
  • 1
Ahmed Siouani
  • 13,701
  • 12
  • 61
  • 72