OAuth 2.0 Flow Test
Test the BibiGPT OAuth implementation for ChatGPT GPTs
OAuth Flow Steps
Follow these steps to test the complete OAuth 2.0 flow
1. Start Authorization
Redirect to OAuth authorize endpoint
2. Get Authorization Code
User grants permission and returns code
3. Exchange for Access Token
POST to token endpoint
4. Receive Access Token
Get Bearer token for API calls
5. Make API Call
Test authenticated API request
6. Success!
OAuth flow completed successfully
OAuth Configuration
Configuration details for ChatGPT GPTs
Loading.../api/auth/authorize
Loading.../api/auth/token
bibigpt-chatgpt-action
read