Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django-Socialauth or django-social-auth, which one is the best? [closed]

I am looking for a Django application to implement Facebook-connect, and I have found 2 options that look pretty stable:

  • https://github.com/agiliq/Django-Socialauth/
  • https://github.com/omab/django-social-auth

They seem to be forks of each other, but they are in fact different applications. Has anybody tried both of them? If so, which one would you recommend me?

Thanks!

like image 871
Juande Carrion Avatar asked Mar 18 '11 11:03

Juande Carrion


1 Answers

I've had the best experience with django-social-auth. It has the best docs, no weird templates, code looks clean, and issues are solved very quick. It's also very easy to combine with a javascript openid plugin like http://jvance.com/pages/jQueryOpenIdPlugin.xhtml.

like image 192
Kevin Renskers Avatar answered Oct 02 '22 14:10

Kevin Renskers