-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
dashboardDashboard/platform relatedDashboard/platform relatedenhancementNew feature or requestNew feature or requesthigh priorityHigh priority issueHigh priority issue
Description
Part of #2
Implement OpenAI-specific OAuth device flow.
Endpoints:
- Device code:
POST https://api.openai.com/v1/oauth/device/code - Token:
POST https://api.openai.com/v1/oauth/token - Refresh:
POST https://api.openai.com/v1/oauth/token(grant_type=refresh_token)
Scopes:
api.readapi.write
Reference: https://platform.openai.com/docs/api-reference/authentication
Provider: GitHub Copilot (from #9)
- Device code + token exchange endpoints
- API base URL: https://api.githubcopilot.com/
- Reference: https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow
(Former issue #9 merged here.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dashboardDashboard/platform relatedDashboard/platform relatedenhancementNew feature or requestNew feature or requesthigh priorityHigh priority issueHigh priority issue