Sep 1, 2018 · 1 min read
Hi!
Excellent tutorial!!
“… Your API must get the social token, retrive the relevent user information and issue a access token…”
what do you mean?
I’m in the process of sending the social token to my api to get user information and a local token. what should I do? in my api with the social token I can not do anything, should I send some data of the user that returns google? For example, send the email with which it is authenticated and check if it exists in my database … etc etc?
Thanks!!