javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
### 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...
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...
- [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...
## 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. -...
### 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...
## 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 - [ ]...
## 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...
## 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...
## Description Introduce suffixed / un-suffixed cookies to support multiple apps in the same domain. ## TODOs - [ ] add integration test - [ ] add tests ## Checklist...