Skip to content

Instantly share code, notes, and snippets.

@vishr
Last active July 13, 2026 01:29
Show Gist options
  • Select an option

  • Save vishr/7be4c72cc2221189b981443668c088b2 to your computer and use it in GitHub Desktop.

Select an option

Save vishr/7be4c72cc2221189b981443668c088b2 to your computer and use it in GitHub Desktop.
OAuth Client ID Metadata Document for Pursue in Codex
{
"client_id": "https://gist.githubusercontent.com/vishr/7be4c72cc2221189b981443668c088b2/raw/pursue-codex-client.json",
"client_name": "Pursue for Codex",
"redirect_uris": [
"http://127.0.0.1:14550/callback/wKz00eDTLtSL"
],
"grant_types": [
"authorization_code",
"refresh_token"
],
"response_types": [
"code"
],
"token_endpoint_auth_method": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment