1
votes

When using Social Auth, Email ID is auto validate with Social(Google, FB) account.

But I want to develop api for social auth.Mobile developer are using GOOGLE/FB SDK and provide me email.

Issue:

Is Social access token require, so comparing it with email ID received and then process the data if social access token received from social auth matched with Email?

1

1 Answers

0
votes

After much RnD, the Concept became clear. Actually it is not an issue, but my false understanding.

An access token is saved on 3rd party and is not required to log in, but needed to get a refresh token.