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

Patch Changes

  • Update social provider docsUrl entries to point to new URLs (#2817) by @kylemac
javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - [email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Minor Changes

  • Use sigUpUrl from props / context / repo-level to construct a redirectUrl in sign-in from email-link flow. (#2756) by @dimkl

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 8 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 9 months ago

Minor Changes

  • Accept skipInvitationScreen as a prop from OrganizationSwitcher. (#2713) by @panteliselef

    skipInvitationScreen hides the screen for sending invitations after an organization is created.
    By default, Clerk will automatically hide the screen if the number of max allowed members is equal to 1

  • Add support for X/Twitter v2 OAuth provider (#2690) by @kostaspt

Patch Changes

  • Fix using ClerkPaginationRequest type without passing a generic. (#2714) by @dimkl

    Before the fix the ClerkPaginationRequest = any and after the fix the ClerkPaginationRequest = { limit, offset }.

  • Prevent Clerk component flickering when mounted in a Next.js app using App Router (#2765) by @nikosdouvlis

javascript - @clerk/[email protected]

Published by clerk-cookie 9 months ago

javascript - @clerk/[email protected]

Published by clerk-cookie 9 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 9 months ago

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 9 months ago

Minor Changes

  • Replace redirectUrl of protect with unauthorizedUrl and unauthenticatedUrl. (#2672) by @panteliselef

Patch Changes

javascript - @clerk/[email protected]

Published by clerk-cookie 9 months ago

Minor Changes

  • Add error for each paginated property return by useOrganization and useOrganizationList hooks. (#2743) by @panteliselef

Patch Changes