javascript

Official Javascript repository for Clerk authentication

MIT License

Downloads
6.1M
Stars
1.1K
Committers
167

Bot releases are hidden (Show)

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 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
javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Minor Changes

  • Add <__experimental_UserVerification /> component. This is an experimental feature and breaking changes can occur until it's marked as stable. (#4016) by @panteliselef

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Minor Changes

  • Add <__experimental_UserVerification /> component. This is an experimental feature and breaking changes can occur until it's marked as stable. (#4016) by @panteliselef

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Minor Changes

  • Add localization keys for <__experimental_UserVerification /> (experimental feature). (#4016) by @panteliselef

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Minor Changes

  • Add new UserVerification component (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 @panteliselef

    New 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_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

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie about 2 months ago

Patch Changes