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 ### Public API updates Comply with Clerk's redirection logic ( & priorities ) ```tsx ``` Opt-in for user to return back where they started ( this overrides the...

types
clerk-js
playground

## Description Resolves SDK-1672 Sends telemetry events for React hooks. This will be useful to track regarding the creation of custom flows with hooks such as `useSignUp`. ## Checklist -...

react

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

## Description This PR reverts https://github.com/clerk/javascript/pull/2752, https://github.com/clerk/javascript/pull/2801, and https://github.com/clerk/javascript/pull/2803. It also removes `@clerk/elements` from the changesets `ignore` array. This is all because we want to release Clerk Elements with the...

elements

## Description ### The issue: Cypress discards third-party cookies. Also, it runs in an iframe. If we detect that clerk-js runs inside an iframe, we set our cookies with `SameSite:...

clerk-js

### 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 We now get three new fields in the `/v1/environment` response. Inside `display_config` , we will find * `terms_url` * `privacy_policy_url` * `help_url` These will be the defaults for...

types
clerk-js

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

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

types
clerk-js
nextjs
backend

## Description Alternative solution to #3091 that aims to solve the same issue: How to sync data between hooks and UI components. A common issue with Clerk so far is...

types
clerk-js
react