django-social-auth icon indicating copy to clipboard operation
django-social-auth copied to clipboard

Manual Create User with access Token

Open jas-odoo opened this issue 4 years ago • 1 comments

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 avatar Jul 31 '19 06:07 jas-odoo

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

subodhk01 avatar Jun 16 '20 20:06 subodhk01