Google Login Setup

You have successfully navigated to the Google Login handler.

To make this functional, you need to configure the Google Cloud OAuth credentials.

Next Steps:

  1. Go to Google Cloud Console.
  2. Create a new Project.
  3. Navigate to **APIs & Services > Credentials**.
  4. Create **OAuth Client ID**.
  5. Set Redirect URI to: http://localhost/adaberan/google-login.php
  6. Copy the **Client ID** and **Client Secret**.
Note: You also need to install the Google API Client library via Composer:
composer require google/apiclient:^2.0

Back to Login