github clerk/javascript @clerk/types@4.18.0

latest releases: @clerk/types@4.92.0, @clerk/clerk-js@5.99.0, @clerk/fastify@2.4.37...
14 months ago

Minor Changes

  • Move SessionVerification methods from UserResource to SessionResource: (#4073) by @panteliselef

    • user.__experimental_verifySession -> session.__experimental_startVerification
    • user.__experimental_verifySessionPrepareFirstFactor -> session.__experimental_prepareFirstFactorVerification
    • user.__experimental_verifySessionAttemptFirstFactor -> session.__experimental_attemptFirstFactorVerification
    • user.__experimental_verifySessionPrepareSecondFactor -> session.__experimental_prepareSecondFactorVerification
    • user.__experimental_verifySessionAttemptSecondFactor -> session.__experimental_attemptSecondFactorVerification
  • Add types for newly introduced <__experimental_UserVerification /> component (experimental feature). New types: (#4016) by @panteliselef

    • Appearance has a new userVerification property
    • __experimental_UserVerificationProps and __experimental_UserVerificationModalProps
    • __experimental_openUserVerification method under the Clerk interface
    • __experimental_closeUserVerification method under the Clerk interface
    • __experimental_mountUserVerification method under the Clerk interface
    • __experimental_unmountUserVerification method under the Clerk interface
    • __experimental_userVerification property under LocalizationResource

Don't miss a new javascript release

NewReleases is sending notifications on new releases.