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

2

5

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

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!

Adversaria answered 18/3, 2011 at 11:6 Comment(1)
I finally opted for github.com/omab/django-social-auth and I am happy with it.Adversaria
M
12

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.

Muire answered 19/4, 2011 at 10:39 Comment(1)
Thanks, I am also happy with django-social-auth :)Adversaria
T
9

I tried django-socialregistration, Django-Socialauth, django-social-auth, and django-allauth, and wrote a review of them.

django-allauth is the only one that worked out of the box for me. And it's the only one that supports both username/password registration as well as social auth.

Tumulus answered 17/5, 2011 at 20:45 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.