mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
496cb801e1
This lets users/companies explicitly choose whether to force/disallow the keyring/fallback file storage for mcp credentials. People who develop with Codex will want to use this until we sign binaries or else each ad-hoc debug builds will require keychain access on every build. I don't love this and am open to other ideas for how to handle that. ```toml mcp_oauth_credentials_store = "auto" mcp_oauth_credentials_store = "file" mcp_oauth_credentials_store = "keyrung" ``` Defaults to `auto`
496cb801e1
ยท
2025-10-07 22:39:32 -04:00
History