Skip to content

fix: skip cookie auth in CLI when OAuth is enabled#5

Merged
5queezer merged 1 commit intomainfrom
fix/oauth-startup-lifespan
Mar 19, 2026
Merged

fix: skip cookie auth in CLI when OAuth is enabled#5
5queezer merged 1 commit intomainfrom
fix/oauth-startup-lifespan

Conversation

@5queezer
Copy link
Copy Markdown
Owner

cli_main.py also calls ensure_authentication_ready() before create_mcp_server, causing exit(1) on Cloud Run. Skip it when OAuth is active.

Both cli_main.ensure_authentication_ready() and auth_lifespan validate
the LinkedIn cookie profile, causing exit(1) on Cloud Run where no
profile exists. Skip both when OAuth mode is active.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@5queezer 5queezer merged commit 0747c06 into main Mar 19, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant