Expo Google signin

I implemented user authentication in expo with my express server in which server return json web token after successful verification. Now I want to add Google signin in expo so I will use expo Google sign for this. My doubt is that in does expo do all staff like verify access token return from Google api and all that Or we have to verify access token in my server.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.