Sign in with Google
Google OAuth Setup Guide
  1. Go to the Google Cloud Console.
  2. Create a new project or select an existing one.
  3. Search for "OAuth consent screen", configure it, and choose External user type.
  4. Go to "Credentials" page, click "Create Credentials", and select "OAuth client ID".
  5. Select Application Type: Web application.
  6. Under Authorized Redirect URIs, click + ADD URI and add both of these: https://gmb.thebrandfly.com/oauth-callback.php https://gmb.thebrandfly.com/gmb-callback.php
  7. Click Create and copy your **Client ID** and **Client Secret**.
  8. Open the project's config file:
    config.php
  9. Replace YOUR_GOOGLE_CLIENT_ID... and YOUR_GOOGLE_CLIENT_SECRET with your actual keys.

After saving, refresh this page to enable login.