Skip to content

Add OpenAI OAuth provider #8

@Hozyne-OpenBak

Description

@Hozyne-OpenBak

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.read
  • api.write

Reference: https://platform.openai.com/docs/api-reference/authentication

Metadata

Metadata

Assignees

No one assigned

    Labels

    dashboardDashboard/platform relatedenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions