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](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...
## Description Since the main branch is for the beta version, links to the docs should accurately represent this. Fixes SDK-1566 ## Checklist - [ ] `npm test` runs as...
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....
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 Currently, the `zxcvbn` is lazy loaded on clerk-js due to its size. However, using `import()` is not working in non-browser environments, including Expo. Considering the assumption that the...
## Description This PR adds a test suite for Sign Up flow, also a lot of helpers for sign up page object has been added. ## Checklist - [ ]...
Backporting #3060 to the release/v4 branch (cherry picked from commit 9879949) Also included `sha256` from #1941 (It wasn't back ported and caused a conflict).
### 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...
If a routing strategy is not provided, default to hash routing. All routing strategies know how to convert a hash-based url to their own format Example: navigating from a hash-based...