javascript icon indicating copy to clipboard operation
javascript copied to clipboard

Official Javascript repository for Clerk authentication

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

### Preliminary Checks - [X] I have reviewed the documentation: https://clerk.com/docs - [X] I have searched for existing issues: https://github.com/clerkinc/javascript/issues - [X] I have not already reached out to Clerk...

bug
nextjs
react
themes
prioritized

With the old middleware, i performed a "public" check on my `/api/healthz` route, and allowed public traffic before ever calling useAuth. With the new authMiddleware, adding the `/api/healthz` route to...

documentation
interstitial
prioritized

- [x] Review the documentation: https://clerk.com/docs - [x] Search for existing issues: https://github.com/clerkinc/javascript/issues - [x] Go through package changelog files. - [ ] Provide the Frontend API key from your...

linear
Low priority

## Description Removes references from deprecated `clerk_frontend_api`, `clerk_publishable_key` should be used instead. ## Checklist - [X] `npm test` runs as expected. - [X] `npm run build` runs as expected. -...

react
playground

### Preliminary Checks - [X] I have reviewed the documentation: https://clerk.com/docs - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...

needs-triage

## Description Enforce to paginated responses in the following endpoints: - `clerkClient.allowListIndentifiers.getAllowlistIdentifierList()` - `clerkClient.clients.getClientList()` - `clerkClient.invitations.getInvitationList` - `clerkClient.redirectUrls.getRedirectUrlList()` - `clerkClient.sessions.getSessionList()` - `clerkClient.users.getUserOauthAccessToken()` fixes: ref: https://github.com/clerk/javascript/issues/3271 ## Checklist - [ ]...

backend

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

integration

## Description Currently blocking SDK-1672 (https://github.com/clerk/javascript/pull/3257) Introduces client-side caching for telemetry events. This prevents event flooding in frequently executed code paths, such as for React hooks or components. --- TODO:...

### Preliminary Checks - [X] I have reviewed the documentation: [https://clerk.com/docs](https://clerk.com/docs) - [X] I have searched for existing issues: [https://github.com/clerk/javascript/issues](https://github.com/clerk/javascript/issues) - [X] I have not already reached out to Clerk...

confirmed

## Description Introduce suffixed / un-suffixed cookies to support multiple apps in the same domain. ## TODOs - [ ] add integration test - [ ] add tests ## Checklist...

clerk-js
backend
integration