javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
## Description - Migrate to rspack for building - Simplify bundle analysis command - Remove webpack dependencies TODO: - [ ] old safari version compat - [ ] refactor configs:...
## Description Fixes an issue where browsers with localStorage disabled would cause an error to be thrown. ## Checklist - [ ] `npm test` runs as expected. - [ ]...
## Description Translate some of the previously untranslated keys in pl-PL.ts ## Checklist - [x] `npm test` runs as expected. - [x] `npm run build` runs as expected. - [...
## Description Disable caching for all integration test tasks, as the inputs are not accurately specified to re-run on package changes. We can add additional inputs for each task as...
## 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...
## Description Edited the swedish localization package to more match the en-US package that is managed by the clerk team. This to make us swedes have a more complete 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 ### Breaking Change: Service Workers / Session Handling The extension now requires the `storage` permission in order to maintain sessions and provide authenticated access to other extension features,...
## Description If the router is created with an initial context, the clerkInitialState overwrites the context and it is lost in the tree. This patch will merge the original/existing context...