[Answer]-Python/django – login with google/facebook in our website except using openID

1👍

You can take a look at django-social-auth, it allows you to use social authentications from many websites like facebook, twitter etc.

Update:
As @Rob Agar mentioned in the comments django-social-auth has been deprecated and python-social-auth should be used instead.

👤CJ4

Leave a comment