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

clerk-js

## Description Alternative solution to #3091 (but for Core-2) that aims to solve the same issue: How to sync data between hooks and UI components. A common issue with Clerk...

types
clerk-js
react

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

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

testing

## Description Resolves SDK-1689 - fixes Web3 sign-up flow with social connections. The SDK was creating a new `SignUp` object on OAuth callback when continuing a signup flow, overriding properties...

clerk-js

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. > [!WARNING] These dependencies are deprecated: | Datasource | Name | Replacement PR? |...

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

testing

## Description This PR is tackling ECO-2 and adds unstyled sign in, sign up, and sign out components for both Astro and React. ## Checklist - [ ] `npm test`...

## Description This PR introduces a new **_experimental_** hook API ```tsx import { __experimental_useLocalCredentials as useLocalCredentials, } from "@clerk/clerk-expo"; const { hasCredentials, // boolean setCredentials, // ({ identifier: string, password:...

expo

## Description This PR fixes an issue where the session is not cleared correctly after deleting an account ## Checklist - [ ] `npm test` runs as expected. - [...

clerk-js
integration