DEMO
🔐 OAuth 2.0 Demo Client
Test the complete OAuth 2.0 flow with your OAuth service
📋 Configuration
Client ID: client_c568869943851e9b
Redirect URI: https://demo-oauth.eeko.dev/callback
OAuth Service: https://id.eeko.dev
Scopes: activities:write, integrations:read, integrations:write, bot:read
🚀 Start OAuth Flow
Click this button to initiate the OAuth authorization flow. You'll need to be logged in first.
Begin Authorization →🔗 Authorization URL
https://id.eeko.dev/oauth/authorize?client_id=client_c568869943851e9b&redirect_uri=https%3A%2F%2Fdemo-oauth.eeko.dev%2Fcallback&response_type=code&state=demo-state-1781964423351&scope=activities%3Awrite+integrations%3Aread+integrations%3Awrite+bot%3Aread
🔧 Manual Testing
For manual testing with curl, use this authorization header with your Supabase JWT:
Authorization: Bearer YOUR_SUPABASE_JWT_HERE