Skip to content

refactor(web): localize google callback recovery#1840

Draft
Uarmagan wants to merge 1 commit into
mainfrom
refactor/localize-google-callback-recovery-1833
Draft

refactor(web): localize google callback recovery#1840
Uarmagan wants to merge 1 commit into
mainfrom
refactor/localize-google-callback-recovery-1833

Conversation

@Uarmagan
Copy link
Copy Markdown
Contributor

Summary

  • move callback-safe Google connect requests into a Google callback adapter
  • remove the shared skip-session-recovery request flag and the unused shared Google-connect parser
  • add focused unit and browser coverage for expired-session callback recovery

Verification

  • cd packages/web && bun test src/auth/google/authorization/google-authorization.test.ts src/auth/google/authorization/google-auth-callback.api.test.ts src/views/GoogleAuthCallback/GoogleAuthCallback.test.ts src/common/apis/util/api.util.test.ts src/common/apis/base/base.api.test.ts
  • bunx playwright test e2e/oauth/google-auth-callback.spec.ts --project=chromium-desktop
  • bun lint
  • bun type-check

Closes #1833

@Uarmagan Uarmagan force-pushed the refactor/localize-google-callback-recovery-1833 branch from f9cf9a7 to cb68bdb Compare May 31, 2026 16:54
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.

Localize Google callback session recovery

1 participant