[Answer]-Django social auth in existing project

1👍

Haven’t got much experience working with SocialAuth, it seems here you are trying to create a new user with the same email for which the User object already exists.

I recently used “AllAuth”, this seems to have a much wider utility set, is easy to integrate and support for the same is still provided. You could integrate and use the same using the following links:

Hope this helps!

Leave a comment