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

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Minor Changes

  • Add createOrganizationsLimit param in @clerk/backend method User.updateUser() (#3823) by @NicolasLopes7

    Example:

        import { createClerkClient }  from '@clerk/backend';
    
        const clerkClient = createClerkClient({...});
        // Update user with createOrganizationsLimit equals 10
        await clerkClient.users.updateUser('user_...', { createOrganizationsLimit: 10 })
    
        // Remove createOrganizationsLimit
        await clerkClient.users.updateUser('user_...', { createOrganizationsLimit: 0 })
    

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

  • Return password validation errors with additional supporting information from instance configuration (#3812) by @alexcarpenter

  • Fixes a bug that briefly showed the underlying primitive input for OTPs when auto-filled in MacOS (#3899) by @joe-bell

  • Updated dependencies [7e94fcf0f]:

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Minor Changes

  • Add createOrganizationsLimit param in @clerk/backend method User.updateUser() (#3823) by @NicolasLopes7

    Example:

        import { createClerkClient }  from '@clerk/backend';
    
        const clerkClient = createClerkClient({...});
        // Update user with createOrganizationsLimit equals 10
        await clerkClient.users.updateUser('user_...', { createOrganizationsLimit: 10 })
    
        // Remove createOrganizationsLimit
        await clerkClient.users.updateUser('user_...', { createOrganizationsLimit: 0 })
    

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Minor Changes

  • Introducing a development mode warning when in development mode in order to mitigate going to production with development keys. (#3870) by @octoper

    In case need to deactivate this UI change temporarily to simulate how components will look in production, you can do so by adding the unsafe_disableDevelopmentModeWarnings layout appearance prop to <ClerkProvider>

    Example:

    <ClerkProvider
      appearance={{
        layout: {
          unsafe_disableDevelopmentModeWarnings: true,
        },
      }}
    />
    
  • Removed __experimental_startPath from OrganizationProfileProps in @clerk/clerk-js and @clerk/types. (#3888) by @nikospapcom

javascript - @clerk/[email protected]

Published by clerk-cookie 3 months ago

Patch Changes