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 This PR allows `clerkClient.verifyToken` from "@clerk/clerk-sdk-node" to inherit the VerifyTokenOptions set when `clerkClient` is instantiated. Added an additional error when both `jwtKey` and `secretKey` are missing. fixes #3283...

backend
sdk-node

## Description Add a `complete` step to Sign In and Sign Up flows for when a user is being set as active and has yet to be redirected to the...

elements

## Description Re-implementing #3321 for `release/v4` ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If applicable)...

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

needs-reproduction

## Description - [sdk-node] Export `authenticateRequest` function **Context** - Currently using a nitro server which isn't compatible with the clerk express middleware when is not authenticated. I was able to...

sdk-node

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

## Description Initializes a new package `tailwindcss-transformer`. This is an experimental package we will be using to rebuild AIO components using Elements and Tailwind CSS. ↓ Input ↓ ```jsx export...

## Description This PR adds the following console message on the node process that runs the `clerkSetup` function from `@clerk/testing/cypress`: ``` @clerk/testing: Cypress is an experimental project and subject to...

testing

## Description This PR adds Playwright E2E tests for Clerk Elements. Included are: - `next-sign-in.test.ts` - Mirrors the existing `sign-in-flow.test.ts` file to assert that one can successfully sign in -...

actions
integration
elements
testing

## Description Add support for GoogleOneTap. New APIs listed: ### React component - `` Customize the UX of the prompt ```tsx ``` ### Use the component from with Vanilla JS...

types
clerk-js
nextjs
react
chrome-extension