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/clerk/javascript/issues - [x] I have not already reached out to Clerk...
## 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...
## 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. ##...
### 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 ## 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...
## Description Proof-of-concept centralization of redirect rules for the sign in component ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected....
## 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...
## Description Refactor Clerk initialization retry logic to use a dedicated withRetry utility with exponential backoff ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm...
## 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...
## 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...