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
attributeMappingkeys 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