Minor Changes
-
Expose
SessionVerification
as an experimental resource. (#4011) by @panteliselefUpdate
UserResource
with 5 new experimental methods:experimental_verifySession
for creating a new SessionVerification record and initiating a new flow.experimental_verifySessionPrepareFirstFactor
for preparing a supported first factor likephone_code
experimental_verifySessionAttemptFirstFactor
for attempting a supported first factor likepassword
experimental_verifySessionPrepareSecondFactor
for preparing a supported second factor likephone_code
experimental_verifySessionAttemptSecondFactor
for attempting a supported second factor liketotp
-
Fixes a bug where multiple tabs with different active organizations would not always respect the selected organization. Going forward, when a tab is focused the active organization will immediately be updated to the tab's last active organization. (#3786) by @BRKalow
Additionally,
Clerk.session.getToken()
now accepts anorganizationId
option. The provided organization ID will be used to set organization-related claims in the generated session token.
Patch Changes
-
-
Fixes an issue in Connected Accounts menu that was related to Custom OAuth Providers: (#4014) by @nikospapcom
-
Resolves undefined properties error that occurred when a Custom OAuth Provider was
enabled
butauthenticatable
was set tofalse
.
-
-
Fix issue where MFA two-factor UI was incorrectly rendering set default action in SMS code when TOTP strategy was defined. (#4003) by @alexcarpenter
-
Updated dependencies [
247b3fd75
]:- @clerk/[email protected]
- @clerk/[email protected]
- @clerk/[email protected]