core-agent-ide/codex-rs/app-server/tests/common
Celia Chen eb5b1b627f
[Auth] Introduce New Auth Storage Abstraction for Codex CLI (#5569)
This PR introduces a new `Auth Storage` abstraction layer that takes
care of read, write, and load of auth tokens based on the
AuthCredentialsStoreMode. It is similar to how we handle MCP client
oauth
[here](https://github.com/openai/codex/blob/main/codex-rs/rmcp-client/src/oauth.rs).
Instead of reading and writing directly from disk for auth tokens, Codex
CLI workflows now should instead use this auth storage using the public
helper functions.

This PR is just a refactor of the current code so the behavior stays the
same. We will add support for keyring and hybrid mode in follow-up PRs.

I have read the CLA Document and I hereby sign the CLA
2025-10-27 11:01:14 -07:00
..
auth_fixtures.rs [Auth] Introduce New Auth Storage Abstraction for Codex CLI (#5569) 2025-10-27 11:01:14 -07:00
Cargo.toml [app-server] read rate limits API (#5302) 2025-10-20 14:11:54 -07:00
lib.rs [app-server] read rate limits API (#5302) 2025-10-20 14:11:54 -07:00
mcp_process.rs Add feedback upload request handling (#5682) 2025-10-27 05:53:39 +00:00
mock_model_server.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00
responses.rs fix: separate codex mcp into codex mcp-server and codex app-server (#4471) 2025-09-30 07:06:18 +00:00