What is the best django app that can allow users to log in using their twitter account?
I'd like to allow users to login into my Django site via their Twitter account. What are开发者_运维技巧 my options?
Django-SocialAuth can help you.
Here are link with example project and docs.
http://uswaretech.com/blog/2009/08/django-socialauth-login-via-twitter-facebook-openid-yahoo-google/
精彩评论