github clerk/javascript @clerk/backend@2.14.0

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

Minor Changes

  • Adds the ability to create bulk invitations with .createInvitationBulk([{...}]) (#6751) by @tmilewski

  • Add lastAuthenticationStrategy to API resources (#6748) by @tmilewski

Patch Changes

  • Align create params for Invitation and OrganizationInvitation with backend API (#6750) by @tmilewski

  • Add machine secret key rotation BAPI method (#6760) by @wobsoriano

    Usage:

    clerkClient.machines.rotateSecretKey({
      machineId: 'mch_xxx',
      previousTokenTtl: 3600,
    });
  • Remove expired from OrganizationInvitationStatus according to latest Backend API spec (#6753) by @LauraBeatris

  • Updated dependencies [23948dc, 82b84fe, 54b4b5a, 50a8622, 23948dc]:

    • @clerk/types@4.86.0
    • @clerk/shared@3.25.0

Don't miss a new javascript release

NewReleases is sending notifications on new releases.