javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
## 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 Generate suffixed and un-suffixed `__client_uat` (in dev instance), `__session`, `__clerk_db_jwt` (In dev instance) cookies from ClerkJS and support reading the either the suffixed or the un-suffixed cookies in...
The code changes in this commit add support for the Finnish (fi-FI) localization. This will allow users to use Clerk in the Finnish language. ## Description ## Checklist - [...
## Description This PR removes the specific fix we did a while ago for Cypress. The real reason our cookies where getting deleted in Cypress Chrome is because Chrome requires...
Update clerk localization for sv-SE ## Description ## Checklist - [ ] `npm test` runs as expected. - [ ] `npm run build` runs as expected. - [ ] (If...
## Description Resolves SDK-1253 CI is failing ([example](https://github.com/clerk/javascript/actions/runs/9370908226/job/25799186362?pr=3494)) on some PRs from forked repositories due to repo secrets not being available. Refer to the documentation for [Using encrypted secrets in...
## Description Add a dev mode notice to our components to avoid going to prod with dev keys on accident.   ## Checklist - [x] `npm test` runs as...
## Description Adds support for handshake inside iframes. This PR makes requests that have the `Sec-Fetch-Dest` value set to `iframe` to be eligible for handshake. ## Checklist - [x] `npm...
### 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...
### 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...