fix(passport): facebook login no window opener #2650
Merged
+30
−16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi👋, please ensure the PR title follows the below standards:
type(scope): message
. For example:feat(passport): my new feature
!
after thetype(scope)
, for examplefeat(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 ofoidc-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.