To create Google Login credentials, follow these steps:

  1. Visit the Google Cloud Console (https://console.cloud.google.com/).
  2. Click on the project where you want to create the credentials, or create a new project if needed.
  3. In the left navigation menu, click on "APIs & Services" and then select "Credentials".
  4. Go to the Oauth consent screen and fill the form there. Make sure that you select “email” from scopes.

Untitled

  1. On the Credentials page, click on the "Create Credentials" button and choose "OAuth client ID".

  2. Select the "Web application".

  3. Fill in the required information, such as the name of the OAuth client ID and the authorized JavaScript origins or redirect URIs.

    https://yourwebsite.com/login/google/redirect

    https://yourwebsite.com/login/google/redirect

  4. Click on the "Create" button to generate the client ID and client secret.

  5. Once the credentials are created, you can find and manage them on the Credentials page in the Google Cloud Console.

    Untitled

Enter this values in setting

Untitled

For redirect enter

<https://www.yoursite.com>