๐Ÿš€ Google OAuth Setup Required

โš ๏ธ Current Status

Your OAuth system is ready, but Google credentials are not configured yet.

๐Ÿ“‹ Step 1: Create Google OAuth App

  1. Go to Google Cloud Console
  2. Create a new project or select existing one
  3. Enable "Google+ API" and "OAuth2 API"
  4. Go to "Credentials" โ†’ "Create Credentials" โ†’ "OAuth 2.0 Client ID"
  5. Choose "Web application"
  6. Set authorized redirect URI to:
    https://angelsdx.com/auth/callback/google.php

๐Ÿ”‘ Step 2: Get Your Credentials

After creating the OAuth app, Google will give you:

โš™๏ธ Step 3: Update Configuration

Edit the file oauth-config-simple.php and replace:

'client_id' => 'YOUR_GOOGLE_CLIENT_ID_HERE', 'client_secret' => 'YOUR_GOOGLE_CLIENT_SECRET_HERE',

With your actual Google credentials.

๐Ÿงช Step 4: Test OAuth

Once configured, test by visiting:

โœ… When Complete

Your users will be able to:

Back to Login