Symfony authentication on oAuth with FOSUserBundle Symfony authentication on oAuth with FOSUserBundle symfony symfony

Symfony authentication on oAuth with FOSUserBundle


There are many solutions for OAuth in Symfony2:

As a client (to authenticate with Facebook, Twitter or Google):

FOSFacebookBundle, FOSTwitterBundle or HWIOAuthBundle

I highly recommend HWIOAuthBundle (https://github.com/hwi/HWIOAuthBundle/), if you're looking for oAuth authenthication only.

And there is a solution for OAuth server:

FOSOAuthServerBundle (https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/).