Skip to content

feat(passport, gamebridge): add support for direct login methods (google, apple, facebook) in ts sdk and game bridge #2665

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 4 commits into from
Jul 16, 2025

Conversation

ImmutableJeffrey
Copy link
Contributor

@ImmutableJeffrey ImmutableJeffrey commented Jul 14, 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

Summary

  • Add support for direct login methods (Google, Apple, Facebook) in TS SDK and Game Bridge. This allow users to skip the standard login page to redirect directly to their preferred authenticated provider
  • Remove extraQueryParams which was used as a generic way of passing the direct login method. This required re-initialising the passport whenever the login method changed. We now pass the direct login method when login happens

ID-3818 ID-3832

Detail and impact of the change

Added

Changed

Deprecated

Removed

Fixed

Security

Anything else worth calling out?

@ImmutableJeffrey ImmutableJeffrey requested review from a team as code owners July 14, 2025 23:21
@ImmutableJeffrey ImmutableJeffrey changed the title Add support for direct login methods (Google, Apple, Facebook) in TS SDK and Game Bridge feat: add support for direct login methods (Google, Apple, Facebook) in TS SDK and Game Bridge Jul 14, 2025
@ImmutableJeffrey ImmutableJeffrey changed the title feat: add support for direct login methods (Google, Apple, Facebook) in TS SDK and Game Bridge feat: add support for direct login methods (google, apple, facebook) in ts sdk and game bridge Jul 14, 2025
@ImmutableJeffrey ImmutableJeffrey changed the title feat: add support for direct login methods (google, apple, facebook) in ts sdk and game bridge feat(passport, gamebridge): add support for direct login methods (google, apple, facebook) in ts sdk and game bridge Jul 14, 2025
Copy link

nx-cloud bot commented Jul 14, 2025

View your CI Pipeline Execution ↗ for commit 48f5113

Command Status Duration Result
nx affected -t build,lint,test ✅ Succeeded 3m 1s View ↗
nx run-many -p @imtbl/sdk,@imtbl/checkout-widge... ✅ Succeeded 1m 16s View ↗

☁️ Nx Cloud last updated this comment at 2025-07-16 02:44:41 UTC

@CodeSchwert
Copy link
Contributor

@ImmutableJeffrey probably a good idea to add some test cases for the new options

@ImmutableJeffrey ImmutableJeffrey added this pull request to the merge queue Jul 16, 2025
Merged via the queue into main with commit 7101656 Jul 16, 2025
8 checks passed
@ImmutableJeffrey ImmutableJeffrey deleted the feat/headless-login branch July 16, 2025 02:57
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