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

## Description Addressing some edge case error handling, particularly when the upgrade command is being executed within a monorepo. ## Checklist - [ ] `npm test` runs as expected. -...

## Description Deduping the lock file ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If applicable)...

improvement

### 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 - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been...

nextjs

## Description Spiking out `vitest` test runner as a replacement for `qunit` in `@clerk/backend` Related: https://linear.app/clerk/issue/SDKI-694/refactor-clerkbackend-to-use-vitest-instead-of-qunit ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm...

backend

## Description Allow eager access to the return of `clerkClient()` even though it now returns a promise. ## Checklist - [ ] `npm test` runs as expected. - [ ]...

nextjs

## Description - Removes `fitTextInOneLine` and `textWidthForCurrentSize` `textWidthForCurrentSize` is vulnerable to XSS because `text` is set to `hiddenTextContainer.innerHTML` without sanitization. Fortunately this method is not invoked anywhere except from `fitTextInOneLine`...

clerk-js

# 🔐 Introducing Passkey Library for Expo and Clerk 🚀 In this commit, we are introducing a library to handle passkeys for Expo with Clerk. The library manages the creation...

## Description Replaces a couple of "Americanisms" with their British versions: - authorize with authorise - organization with organisation ## Checklist - [x] `npm test` runs as expected. - [x]...

localizations

## Description * Redirects the user to the `/v1/client/touch` endpoint to extend the `__client` cookie's lifetime when the cookie expiration

types
clerk-js
react
elements