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?
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?