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 5 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

  • Inherit verifyToken options from clerkClient. (#3296) by @panteliselef

    The below code now works as expected: (requires CLERK_SECRET_KEY env var to have been set)

    import { clerkClient } from '@clerk/clerk-sdk-node';
    
    // Use the default settings from the already instanciated clerkClient
    clerkClient.verifyToken(token);
    // or provide overrides the options
    clerkClient.verifyToken(token, {
      secretKey: 'xxxx',
    });
    
  • Updated dependencies [b92402258]:

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

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Minor Changes

  • This removes headers that were added for internal observability purposes. (see #2528) (#3326) by @thiskevinwang

    - x-expo-execution-environment
    - x-expo-native-application-version
    

    This aims to resolve reported CORS errors. (see #2266)

    This removes expo-application & expo-constants as peer and development dependencies.

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Minor Changes

  • With this change <SignIn.Step name="choose-strategy"> and <SignIn.Step name="forgot-password"> now render a <div>. This aligns them with all other <Step> components (which render an element, mostly <form>). (#3359) by @LekoArts

    Required action: Update your markup to account for the new <div>, e.g. by removing an element you previously added yourself and moving props like className to the <Step> now. This change can be considered a breaking change so check if you're affected.

javascript - @clerk/[email protected]

Published by clerk-cookie 6 months ago

Patch Changes

  • Fix a bug where client_uat domain detection would not handle hostnames with a single part. This impacts locally defined custom hostnames used as aliases. (#3357) by @BRKalow

  • Fix Cypress setting cookies as third-party (#3245) by @anagstef

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

  • Inherit verifyToken options from clerkClient. (#3296) by @panteliselef

    The below code now works as expected: (requires CLERK_SECRET_KEY env var to have been set)

    import { clerkClient } from '@clerk/clerk-sdk-node';
    
    // Use the default settings from the already instanciated clerkClient
    clerkClient.verifyToken(token);
    // or provide overrides the options
    clerkClient.verifyToken(token, {
      secretKey: 'xxxx',
    });
    
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

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

  • The following are all internal changes and not relevant to any end-user: (#3329) by @LauraBeatris

    Create type interface for TelemetryCollector on @clerk/types. This allows to assign telemetry on the main Clerk SDK object, while inheriting from the actual TelemetryCollector implementation.

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