django-social-auth
django-social-auth copied to clipboard
Manual Create User with access Token
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?
@jas-odoo What exactly do you mean by social user?