javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Official Javascript repository for Clerk authentication

Results 223 javascript issues
Sort by recently updated
recently updated
newest added

## Description This PR introduces [Oxlint 1.0](https://oxc.rs/blog/2025-06-10-oxlint-stable.html) as Oxlint is _**unbelievably**_ faster than ESLint: | Run | ESLint | Oxlint | Speedup | |-----|---------|--------|---------| | 1 | 45.327s | 1.872s...

types
clerk-js
nextjs
react
remix
backend
fastify
localizations
expo
chrome-extension
themes
elements
express
testing
tanstack
astro
react-router
nuxt
vue
agent-toolkit

## Description (This PR is technically a draft; the pr.pkg.new workflow doesn't run on draft PRs.) This experimental PR adds support for building a "bundleless" version of `clerk-js`, specifically the...

clerk-js

## Description ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been added...

clerk-js

## Description When isomorphicClerk is loaded, we should return `isLoaded: false` from `useAuth()` when transitive state is set. The check ensures we only override auth state with initial values when...

react

## Description Speed up initialization of Clerk Client by using JWT from session cookie instead of waiting for the fetch to resolve ## Checklist - [ ] `pnpm test` runs...

clerk-js
do not merge
proof of concept

## Description - Add `orderBy` to InvitationAPI.getInvitationList to control sorting direction and field to follow semantics of [REST](https://clerk.com/docs/reference/backend-api/tag/invitations/get/invitations) api ## Checklist - [x] `pnpm test` runs as expected. - [x]...

backend

## Description * Corrects `createInvitationBulk` to return an array of Invitation instead of a single Invitation. * Aligns the method’s return type with the bulk [REST endpoint](https://clerk.com/docs/reference/backend-api/tag/invitations/post/invitations/bulk) semantics and existing...

backend

This pull request contains changes generated by a Cursor Cloud Agent   ## Summary by CodeRabbit * **Bug Fixes** * Improved validation when selecting an active organization: providing an invalid...

clerk-js

## Description Developers using `cacheComponents` in next v16, should position `ClerkProvider` further down the tree. ```jsx {children} ``` This PR also prevents keylessDriftDetection from firing as an action when the...

nextjs

## Description This PR introduces the `useWaitlist()` hook, a new signal-backed hook in `@clerk/react` that enables developers to build custom waitlist UIs with reactive state management. It follows the pattern...

clerk-js
react
backend
localizations
integration
tanstack
react-router
core-3