Last active
July 13, 2026 01:29
-
-
Save vishr/7be4c72cc2221189b981443668c088b2 to your computer and use it in GitHub Desktop.
OAuth Client ID Metadata Document for Pursue in Codex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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