omab / django-social-auth

Django social authentication made simple
https://groups.google.com/group/django-social-auth
BSD 3-Clause "New" or "Revised" License
2.65k stars 757 forks source link

Manual Create User with access Token #861

Open jas-odoo opened 5 years ago

jas-odoo commented 5 years ago

I am developing a Mobile API for social Auth. Once received Social access token and email from API, I want to create a social user based on Email ID received. Creating just a user(with received emailID) will not work. Is it require to create a record in User Social Auth Model too?

subodhk01 commented 4 years ago

@jas-odoo What exactly do you mean by social user?