Questions tagged [python-social-auth]

Python Social Auth is an easy to setup social authentication/registration mechanism with support for several frameworks and auth providers.

From its website:

Python Social Auth

Python Social Auth is an easy to setup social authentication/registration mechanism with support for several frameworks and auth providers.

Crafted using base code from django-social-auth, implements a common interface to define new authentication providers from third parties. And to bring support for more frameworks and ORMs.

Authentication backends

Python Social Auth supports Google, Twitter, Facebook, GitHub, and many other services out of the box. It also has direct support for OAuth and OpenID. It is designed to be easily extensible.

Links

557 questions
-2
votes
1 answer

Python social auth for login with Facebook not working on production server

I am using Python social auth for login with Facebook and Google with Django 1.8. It is working fine on localhost, but when I deployed it on a production server it is not working. When I click on a login with Facebook or Google button, the browser…
j_smith
  • 1
  • 2
-3
votes
3 answers

Twitter Social login in Django

I want to add login with Twitter option in my Django application. Can you please provide me some basic intro, detailed description or recommend me some books to read. Any tutorial would be helpful as well. I am very new to Django
1 2 3
…
37
38