Minor Changes
-
Add new
UserVerificationcomponent (experimental feature). This UI component allows for a user to "re-enter" their credentials (first factor and/or second factor) which results in them being re-verified. (#4016) by @panteliselefNew methods have been added:
__experimental_openUserVerification()__experimental_closeUserVerification()__experimental_mountUserVerification(targetNode: HTMLDivElement)__experimental_unmountUserVerification(targetNode: HTMLDivElement)
-
Move SessionVerification methods from UserResource to SessionResource: (#4073) by @panteliselef
user.__experimental_verifySession->session.__experimental_startVerificationuser.__experimental_verifySessionPrepareFirstFactor->session.__experimental_prepareFirstFactorVerificationuser.__experimental_verifySessionAttemptFirstFactor->session.__experimental_attemptFirstFactorVerificationuser.__experimental_verifySessionPrepareSecondFactor->session.__experimental_prepareSecondFactorVerificationuser.__experimental_verifySessionAttemptSecondFactor->session.__experimental_attemptSecondFactorVerification
Patch Changes
-
Bug fix: Use the EIP-6963 standard to get a Web3 provider when more than one provider is injected. (#4059) by @EmmanouelaPothitou
-
chore(clerk-js): Display shortened web3 wallet address on user profile (#4074) by @EmmanouelaPothitou
-
chore(clerk-js): Add 'Unverified' or 'Primary' tag next to the Web3 wallet address on the user profile. (#4077) by @EmmanouelaPothitou
-
Updated dependencies [
afad9af89,82593173a,afad9af89]:- @clerk/localizations@2.8.0
- @clerk/types@4.18.0
- @clerk/shared@2.6.1