github clerk/javascript @clerk/backend@2.6.1

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

Patch Changes

  • Adds scoping and secret key retrieval to machines BAPI methods: (#6417) by @wobsoriano

    // Creates a new machine scope
    clerkClient.machines.createScope('machine_id', 'to_machine_id');
    
    // Deletes a machine scope
    clerkClient.machines.deleteScope('machine_id', 'other_machine_id');
    
    // Retrieve a secret key
    clerkClient.machines.getSecretKey('machine_id');
  • Fix SAML Connection attributeMapping keys not being converted from camelCase to snake_case. (#6418) by @tmilewski

  • Fixes an issue where the Clerk SDK was improperly detecting the request's origin. (#6393) by @brkalow

  • Updated dependencies [e404456, 2803133, f1d9d34, d58b959, 822ba1f, d4d2612]:

    • @clerk/types@4.71.0
    • @clerk/shared@3.16.0

Don't miss a new javascript release

NewReleases is sending notifications on new releases.