Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any symfony bundle that use facebook/twitter/google+ for authentication?

Tags:

symfony

Is there any symfony bundle that use facebook/twitter/google+ for authentication that works with symfony 2?

like image 863
Marcos Avatar asked Jul 13 '12 19:07

Marcos


2 Answers

Checkout HWIOAuthBundle bundle, it has over 10 authentication providers

like image 187
nucleartux Avatar answered Sep 26 '22 10:09

nucleartux


Yes, use FOSUserBundle with FOSFacebookBundle (for Facebook) and FOSTwitterBundle (for Twitter). But there is actually no bundle for Google+.

like image 40
Besnik Avatar answered Sep 24 '22 10:09

Besnik