Google OAuth Test

Test Google OAuth integration with your Go backend running on port 4320

Configuration Info
Backend URL
http://localhost:4320
OAuth Init Endpoint
/api/auth/google/init
OAuth Callback Endpoint
/api/auth/google/callback
OAuth Scopes
openid profile email
OAuth Configuration
Configure your OAuth flow parameters below

Step 1: Configure Redirect URL

This is where Google will redirect after authentication. For testing, we'll use the callback simulator.

This URL must be registered in your Google OAuth app configuration
Optional role parameter for your application logic

Instructions

  1. Click the "Start Google OAuth Flow" button above
  2. The system will call your Go backend to get the authorization URL
  3. You'll be redirected to Google for authentication
  4. After authentication, Google will redirect back to your specified URL
  5. The callback simulator will demonstrate token exchange