Skip to content

fix: skip cookie auth validation when OAuth is enabled#4

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

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

Conversation

@5queezer
Copy link
Copy Markdown
Owner

Container fails to start on Cloud Run because auth_lifespan validates cookie profile even in OAuth mode.

auth_lifespan calls get_authentication_source() which requires a
LinkedIn profile on disk. In OAuth mode there is no profile — skip
the check so the container can start on Cloud Run.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@5queezer 5queezer merged commit 12267da into main Mar 19, 2026
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