javascript

Official Javascript repository for Clerk authentication

MIT License

Downloads
6.1M
Stars
1.1K
Committers
167
javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Minor Changes

  • Drop react and react-dom as peer dependencies since they are not necessary for this package. (#3273) by @panteliselef
javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

  • Default to text type for all inputs. This resolved inconsistencies with @tailwindcss/forms. (#3260) by @desiprisg

  • Prevent form submission for deleting user account when confirmation value is incorrect but submisssion is triggered via an "Enter" keystroke. (#3265) by @panteliselef

  • Set the card error when encountering an error on preparing verification via code for email or phone on sign up. (#3256) by @desiprisg

  • Updated dependencies [0a825dcc4]:

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Minor Changes

  • Updated types for orderBy in OrganizationApi and UserApi (#3266) by @panteliselef

    • OrganizationAPI.getOrganizationMembershipList now accepts orderBy
      • Acceptable values phone_number, +phone_number, -phone_number, email_address, +email_address, -email_address, created_at, +created_at, -created_at, first_name, +first_name, -first_name
    • UserAPI.getUserList expands the acceptable values of the orderBy to:
      • email_address, +email_address, -email_address, web3wallet, +web3wallet, -web3wallet, first_name, +first_name, -first_name, last_name, +last_name, -last_name, phone_number, +phone_number, -phone_number, username, +username, -username
  • Add support for the Testing Tokens API (#3258) by @anagstef

Patch Changes

  • Fix infinite redirect loops for production instances with incorrect secret keys (#3259) by @dimkl
javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Minor Changes

  • Remove experimental Passkeys APIs. This includes any API that is marked as experimental or has the __experimental_ prefix. (#3233) by @panteliselef

    This prepares the Passkeys release to move further along towards a beta release and eventual stable release.

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Major Changes

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

  • Export all Webhook event types and related JSON types. The newly exported types are: DeletedObjectJSON, EmailJSON, OrganizationInvitationJSON, OrganizationJSON, OrganizationMembershipJSON, SessionJSON, SMSMessageJSON, UserJSON, UserWebhookEvent, EmailWebhookEvent, SMSWebhookEvent, SessionWebhookEvent, OrganizationWebhookEvent, OrganizationMembershipWebhookEvent, OrganizationInvitationWebhookEvent (#3248) by @nikosdouvlis

  • Updated dependencies [3c6e5a6f1, 65503dcb9]:

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Minor Changes

  • Replace "email ID" with "email address" in en-US.ts for signIn.forgotPassword.subtitle_email (#3242) by @panteliselef

  • Remove experimental Passkeys APIs. This includes any API that is marked as experimental or has the __experimental_ prefix. (#3233) by @panteliselef

    This prepares the Passkeys release to move further along towards a beta release and eventual stable release.

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes