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:
- Go to Google Cloud Console.
- Create a new Project.
- Navigate to **APIs & Services > Credentials**.
- Create **OAuth Client ID**.
- Set Redirect URI to:
http://localhost/adaberan/google-login.php
- 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