django-social-auth : Login with different social account with email authentication

530 Views Asked by At

I want to authenticate the email if it already exist its redirect to that account. This will achieve when I LOGIN using social account. I'm using django-social-auth for my login page. If I login using google it takes information from google and stored it in my database. Its perfect one. Then I login using facebook in facebook having same email which is in google account. In this situation It will allow to access previous account which is created by using gmail. No need create new acount. If any one answer me it would be appreciated.

0

There are 0 best solutions below