๐Ÿ” OAuth 2.0 Debug Dashboard

โš ๏ธ OAuth 2.0 Requirements Checklist

๐Ÿ”— Configure your app: X Developer Portal

๐Ÿ› ๏ธ OAuth 2.0 Configuration

Authorization URL: https://twitter.com/i/oauth2/authorize

Token URL: https://api.twitter.com/2/oauth2/token

Redirect URI:

Grant Type: authorization_code

PKCE Method: plain

๐Ÿ” Test Endpoints

OAuth 2.0 Request: /auth/oauth2/request

OAuth 2.0 Callback: /auth/oauth2/callback

Session Check: /auth/session/{id}

API Status: /health

๐Ÿ”„ OAuth 2.0 Flow

1

Generate Authorization URL

Creates OAuth 2.0 authorization URL with PKCE challenge

2

User Authorization

User clicks authorize and is redirected to X.com

3

Handle Callback & Token Exchange

Exchange authorization code for access token

4

User Profile & Session

Retrieve user profile and create session

๐Ÿงช Diagnostic Tests

๐Ÿ”ง Worker Health

๐Ÿ”‘ Secrets Check

๐Ÿ“Š Live Logs

Starting OAuth 2.0 debug session...