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? 开发者_JAVA技巧If so, which one would you recommend me?
Thanks!
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.
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.
精彩评论