AddThis Social SignIn and Django

Posted by piokuc on Stack Overflow See other posts from Stack Overflow or by piokuc
Published on 2012-09-15T21:34:03Z Indexed on 2012/09/15 21:37 UTC
Read the original article Hit count: 281

I am developing a Django website. I've been using django-registration for user registration so far but I would really like to allow users to login to my site using their Facebook, Twitter, Google, etc accounts.

I am using addthis sharing buttons. I just noticed they introduced a social sign in solution. The idea seems great, you integrate your authentication system with their service once, and your users can login via all of the popular social networking sites.

Has anybody integrated addthis social signin plugin with a django website? How can you use it along side django-registration? Are there any similar, alternative solutions?

© Stack Overflow or respective owner

Related posts about django

Related posts about registration