Initial commit: OpenAI Codex reverse proxy with Node.js + Express

This commit is contained in:
lulistart
2026-02-17 08:50:58 +08:00
commit 5e3cbb0eca
10 changed files with 1993 additions and 0 deletions

10
token.example.json Normal file
View File

@@ -0,0 +1,10 @@
{
"id_token": "your_id_token_here",
"access_token": "your_access_token_here",
"refresh_token": "your_refresh_token_here",
"account_id": "your_account_id",
"email": "your_email@example.com",
"type": "codex",
"expired": "2026-12-31T23:59:59.000Z",
"last_refresh": "2026-01-01T00:00:00.000Z"
}