feat(clerk-js): Handle PSU and MFA flows for <GoogleOneTap/> - #3250
Merged
panteliselef merged 18 commits intoMay 14, 2024
Conversation
🦋 Changeset detectedLatest commit: 38ae0bd The changes in this PR will be included in the next version bump. This PR includes changesets to release 14 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
- Use buildURLWithAuth - Build urls with correct redirect urls when leaving app for AP
panteliselef
force-pushed
the
elef/sdk-1680-respect-mfa-and-psu-flows-in-googleonetap
branch
from
April 24, 2024 12:12
2972819 to
bdc0e45
Compare
panteliselef
marked this pull request as ready for review
April 24, 2024 12:12
panteliselef
enabled auto-merge (squash)
May 14, 2024 08:40
panteliselef
deleted the
elef/sdk-1680-respect-mfa-and-psu-flows-in-googleonetap
branch
May 14, 2024 09:13
Merged
panteliselef
added a commit
that referenced
this pull request
May 21, 2024
9 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Public API updates
By default we are returning back to the location where the flow started.
To accomplish that internally we will use the
redirect_urlquery parameter to build the url.In the above example if there is a
SIGN_UP_FORCE_REDIRECT_URLorSIGN_IN_FORCE_REDIRECT_URLset then the developer would need to pass new values as props like thisLet the developer configure the experience they want to offer. (All these values are true by default)
Moved authenticateWithGoogleOneTap to Clerk singleton
Created the handleGoogleOneTapCallback in Clerk singleton
Checklist
npm testruns as expected.npm run buildruns as expected.Type of change