feat: add manual OAuth callback fallback

This commit is contained in:
2026-05-01 07:51:09 +09:00
parent e9496f2c4a
commit 06a6c6a000
9 changed files with 212 additions and 36 deletions

View File

@@ -53,6 +53,10 @@ export type StartCodexLoginInput = {
emailHint?: string;
};
export type CompleteCodexManualLoginInput = {
callbackUrl: string;
};
export type StartCodexLoginResponse = {
attemptId: string;
authorizeUrl: string;