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 ### Before https://github.com/clerk/javascript/assets/19269911/e4da2dff-971d-4d9a-8ec3-1e483085e798 ### After https://github.com/clerk/javascript/assets/19269911/0c583fc2-7aab-4737-b678-0e09cdf38938 ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ]...

clerk-js
react

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

## Description Handle single-part hostnames when determining the cookie domain. This is necessary for custom hosts defined locally in `/etc/hosts`, e.g. ``` 127.0.0.1 local-app ``` ## Checklist - [x] `npm...

clerk-js

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 Instead of using `Cookies.DevBrowser` we should use `QueryParameters.DevBrowser` when adding dev browser token to the url for consistency even though both constants have the same value. ## Checklist...

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

confirmed

## Description This removes two headers, added in #2528, that are resulting in CORS errors being returned from the Clerk Frontend API. Related: - https://github.com/clerk/javascript/pull/2528#issuecomment-1962740121 - https://github.com/clerk/javascript/issues/2266 ## Checklist -...

expo

## Description Added Serbian localization. ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If applicable) [JSDoc...

localizations

## Description Use a polyfill for the `atob` function to prevent errors when using Expo Go 51, since the default engine's implementation is stricter than it should be and errors...

expo