javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
## Description Improve focus-visible contrast/visibility. resolves USER-3687 ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected. - [ ] (If applicable)...
## Description When Clerk is served behind a proxy, it uses the X-Forwarded-Proto and X-Forwarded-Host headers to determine the proto and host of the request, and redirect the client to...
## Description Clerk's `signOut` method offers [a `signOutCallback` param](https://clerk.com/docs/reference/javascript/clerk#sign-out) which can be used for redirects, but can also be used for anything else a developer needs to do or clean...
## Description Evaluating this change.. not ready for merge ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected. - [ ]...
this pr is solely to trigger a pkg pr new release ## Summary by CodeRabbit - Refactor - Updated the sign-in and sign-up hooks to a more responsive implementation, improving...
## Description The following tries to implement support for Tanstack Start/Router because currently error is thrown when `@clerk/elements` is used there. ## Checklist - [x] `pnpm test` 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...
Currently if a user is on `/sign-in/choose` with a redirect_url e.g. `https://direct-flamingo-24.accounts.lclclerk.com/sign-in/choose?redirect_url=https%3A%2F%2Fdirect-flamingo-24.accounts.lclclerk.com%2Ftest` If you select a session, it follows the redirect url after selecting a session. However when selecting "Add...
## Description Update dependencies to latest (with the exception of `@stripe/stripe-js` which is now the latest minor) and account for typing issues between HOC components and `@emotion/react`. ## Checklist -...
## Description This PR introduces support for a two-request sign up creation. This only happens when the bot-protection is enabled, so the client fires a POST on `/sign_ups` without a...