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/clerk/javascript/issues - [X] I have not already reached out to Clerk...

needs-triage

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

needs-reproduction

## Description Since the main branch is for the beta version, links to the docs should accurately represent this. Fixes SDK-1566 ## Checklist - [ ] `npm test` runs as...

types
clerk-js
nextjs
react
remix
backend
fastify
localizations
sdk-node
expo
chrome-extension
gatsby
themes
elements

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

clerk-js
expo
chrome-extension

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

types
clerk-js
nextjs
react
remix
backend
fastify
localizations
sdk-node
expo
chrome-extension
gatsby
themes

## Description Currently, the `zxcvbn` is lazy loaded on clerk-js due to its size. However, using `import()` is not working in non-browser environments, including Expo. Considering the assumption that the...

clerk-js

## Description This PR adds a test suite for Sign Up flow, also a lot of helpers for sign up page object has been added. ## Checklist - [ ]...

integration

Backporting #3060 to the release/v4 branch (cherry picked from commit 9879949) Also included `sha256` from #1941 (It wasn't back ported and caused a conflict).

backend

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

If a routing strategy is not provided, default to hash routing. All routing strategies know how to convert a hash-based url to their own format Example: navigating from a hash-based...

clerk-js
react