I’m using FOSUserBundle to authenticate users from database and now I want add authentication through oAuth services(like Facebook, Twitter and others). How to do this in best way?
I’m using FOSUserBundle to authenticate users from database and now I want add authentication
Share
I found this bundle https://github.com/hwi/HWIOAuthBundle/
It should solve my problem.