[New] Updated Sign-in with Google

We’ve significantly updated module Sign-in with Google in web and backend applications. Starting from this version most Sign-in modules will have the same blocks structure:

  • Get Auth URL to generate authorization redirect URL that can be used in web applications to redirect users to the target service for authentication.
  • Get Refresh Token to exchange auth code for refresh and access tokens
  • Get Access Token to generate new access token using refresh token any time
  • Get User Profile to get basic information about user profile

New blocks architecture let you save refresh and access tokens to call other Google APIs (like Calendar, Gmail, Drive, etc.) with proper authentication scopes.

1 Like