Skip to content

fix(passport): facebook login no window opener #2650

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 23, 2025

Conversation

nattb8
Copy link
Contributor

@nattb8 nattb8 commented Jun 6, 2025

Hi👋, please ensure the PR title follows the below standards:

  • PR is titled with conventional commit style naming: type(scope): message. For example: feat(passport): my new feature
  • If you have introduced modification that necessitates immediate adjustments by this SDK's users to their applications, clients, or integrations to avert disruptions to existing features or functionalities, add a ! after the type(scope), for example feat(passport)!: my new breaking feature

Context

ID-3722
ID-3736

Facebook login in Play is currently broken - users get stuck on the "Welcome, you're logged in" page and aren't redirected back to the app. This doesn't affect Google, Apple, or email login. The issue has been reproduced in the Passport sample app and is caused by a No window.opener. Can't complete notification. error during the callback.

The fix is in the latest oidc-client-ts version.

Detail and impact of the change

Changed

Temporarily updated our TS SDK to depend on the main branch of oidc-client-ts to include the fix.

Anything else worth calling out?

This will be published as an alpha release to unblock teams affected by the Facebook login issue.
Once oidc-client-ts publishes an official release with the fix, we'll update our dependency accordingly and release a stable SDK version.

@nattb8 nattb8 requested a review from a team as a code owner June 6, 2025 02:11
@nattb8 nattb8 changed the title Fix/facebook login no window opener fix: acebook login no window opener Jun 6, 2025
@nattb8 nattb8 changed the title fix: acebook login no window opener fix: facebook login no window opener Jun 6, 2025
Copy link

nx-cloud bot commented Jun 6, 2025

View your CI Pipeline Execution ↗ for commit 110b094.

Command Status Duration Result
nx run-many -p @imtbl/sdk,@imtbl/checkout-widge... ✅ Succeeded 4s View ↗

☁️ Nx Cloud last updated this comment at 2025-06-23 04:15:52 UTC

@nattb8 nattb8 force-pushed the fix/facebook-login-no-window-opener branch from 3ff9769 to ba3a8a8 Compare June 23, 2025 01:23
@nattb8 nattb8 changed the title fix: facebook login no window opener fix(passport): facebook login no window opener Jun 23, 2025
@nattb8 nattb8 force-pushed the fix/facebook-login-no-window-opener branch from ba3a8a8 to 110b094 Compare June 23, 2025 03:19
@nattb8 nattb8 requested a review from ImmutableJeffrey June 23, 2025 03:19
@nattb8 nattb8 added this pull request to the merge queue Jun 23, 2025
Merged via the queue into main with commit a019f56 Jun 23, 2025
15 of 20 checks passed
@nattb8 nattb8 deleted the fix/facebook-login-no-window-opener branch June 23, 2025 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants