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

### 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 ## 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...

core-3

## Description - Adds handling for new Sign-in Client Trust status: `needs_client_trust` - Adds ability to exclude the `matcher` frontmatter to indicate that the change should always be displayed. ##...

do not merge
core-3

### 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 ## 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...

nextjs
core-2

## Description Proof-of-concept centralization of redirect rules for the sign in component ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected....

clerk-js
integration
do not merge
core-3

## 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
core-3

## Description Refactor Clerk initialization retry logic to use a dedicated withRetry utility with exponential backoff ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm...

clerk-js
chrome-extension
core-3

## Description Fix race condition where multiple browser tabs could fetch session tokens simultaneously. The `refreshTokenOnFocus` handler now uses the same cross-tab lock as the session token poller, preventing duplicate...

clerk-js
core-3

## Description This commit deprecates the existing `domain` field, and introduces a new `domains` field on both models: - SAML connection - SAML account It also updates the create and...

backend
do not merge