javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
### 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...
### 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...
## Description When deleting resources, for example an Organization, the backend client is typed to return `Organization`, whereas the actual HTTP API returns a `DeletedObject`, resulting in a type mismatch....
### 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...
## Description Cherry-picking https://github.com/clerk/javascript/commit/e9be68db7eddec9c537f1def49326f3de1058bf2 to Core-2 ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected. - [ ] (If applicable) [JSDoc...
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....
## Description Fixes: USER-4210 ## Checklist - [ ] `pnpm test` runs as expected. - [ ] `pnpm build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have...
refactor(shared,upgrade): Update exported error typeguard functions from error.ts, port from core 2
## Description This PR ports over #7490 into core 3, and also adds a minor breaking change to `ClerkAPIError.kind` value to match the class name with a codemod. ## Checklist...
## Description Renaming the `Protect` component to `Show`. Also adjusting how props are passed to it, with a singular `when` prop that accepts a variety of conditions. Removed `SignedIn` and...
## Description ## Checklist - [x] `pnpm test` runs as expected. - [x] `pnpm build` runs as expected. - [ ] (If applicable) [JSDoc comments](https://jsdoc.app/about-getting-started.html) have been added or updated...