Allows users create and login to the platform using their Google account.
How to Set Up?
To set up Google login, you need to create a Google OAuth 2.0 Client ID. You can do this by following the steps below:
- Go to the Google API Console.
- Create a new project.
- Go to the Credentials page.
- Click on the Create Credentials button and select OAuth client ID.
- Select Web application.
- Enter a name for the OAuth 2.0 client ID.
- Turn on "Login with Google" option in the Admin Settings > Integrations
- Copy the redirect URI provided by the platform and paste it in the Authorized redirect URIs field.
- Click on the Create button.
- Copy the Client ID and Client Secret and paste them in the
Login with Google
settings section.