React & Node.js Authentication: how to integrate Google Sign-In API Part II

  • last month
This video is a continuation of my previous video, and I'll show how to replace the authorization code with an access token. Then I'll use the access token to get the user's information, like ID and email. Finally, I'll check if the user's ID is already stored in the database.

Recommended