Libra CodeHub

CedarCopilot/cedar-mail

Branch: staging

fix(auth): stop blocking OAuth callback on getThreadCount, fixing state_mismatch logins

merged#2825CedarCopilot

CedarCopilot wants to merge 1 commit into staging from fix/oauth-callback-blocking-getthreadcount

7 files changed

Libra does not show diffs here. View the full diff on GitHub.

  • modifiedapps/mail/app/(auth)/login/login-client.tsx+6-1
  • addedapps/server/src/lib/BUGREPORT-oauth-callback-getthreadcount-timeout.md+177-0
  • addedapps/server/src/lib/__tests__/auth-initial-sync.test.ts+64-0
  • addedapps/server/src/lib/auth-initial-sync.ts+42-0
  • modifiedapps/server/src/lib/auth.ts+16-25
  • addedapps/server/src/services/mail/threads/__tests__/get.test.ts+70-0
  • modifiedapps/server/src/services/mail/threads/get.ts+11-3