javascript

Official Javascript repository for Clerk authentication

MIT License

Downloads
6.1M
Stars
1.1K
Committers
167

Bot releases are visible (Hide)

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Minor Changes

  • Change the export of useLocalCredentials hook from @clerk/clerk-expo to @clerk/clerk-expo/local-credentials. (#3954) by @panteliselef

    In @clerk/[email protected] a new hook called useLocalCredentials was introduced (PR 3663). This hook is optional, but Expo's bundler has problems tree-shaking this codepath so users were still required to install its peer dependencies even if they didn't use that hook.

    For this breaking change, update your import as following:

    - import {  useLocalCredentials } from "@clerk/clerk-expo"
    + import { useLocalCredentials } from "@clerk/clerk-expo/local-credentials"
    

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Minor Changes

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Minor Changes

  • Introduce the Icelandic (is-IS) localization. (#3953) by @bjaben

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Minor Changes

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Minor Changes

  • Introduce multi-session choose account step and associated actions/components. (#3957) by @tmilewski

    Example:

    <SignIn.Step name="choose-session">
      <SignIn.SessionList>
        <SignIn.SessionListItem>
          {({ session }) => (
            <>
              {session.identifier} |{" "}
              <SignIn.Action setActiveSession>Switch...</SignIn.Action>
            </>
          )}
        </SignIn.SessionListItem>
      </SignIn.SessionList>
    </SignIn.Step>
    

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

  • Print error when the root property of the configuration file is null (#3967) by @dstaley

  • Warn when publishableKey or secretKey are invalid (#3967) by @dstaley

  • Warn if configuration file already exists when running clerk-dev init (#3967) by @dstaley

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Minor Changes

  • Add support for custom menu items in the <UserButton /> Astro component. (#3969) by @wobsoriano

  • Inject windowNavigate through router functions. (#3922) by @panteliselef

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

  • In certain situations the Frontend API response contains supported_first_factors with a null value while the current code always assumed to receive an array. SignInResource['supportedFirstFactors'] has been updated to account for that and any code accessing this value has been made more resilient against null values. (#3938) by @dstaley
javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 2 months ago

Patch Changes