Sign-in with Google

Implements sign in and log in with Google

Sign in with Google is a standalone module for implementing Google sign-in and log-in features for your application.

Business processes

  • Register

Used if you are configuring authorization and authentication yourself. If you use the basic functionality of the Auth module, then for Sign-in with Google to work, you only need to specify the Client ID in the settings.

Module Settings

Parameter

Default

Description

Client ID

empty

Your application client ID from Google Console.

To get Client ID - use Google Cloud Console. The setup instructions can be read at this link.

Last updated