javascript
javascript copied to clipboard
Official Javascript repository for Clerk authentication
## Description We're utilizing `__unstable__environment` a bunch in `elements` and the current state doesn't enforce type safety and requires us to override types in our own package. The better facilitate...
## Description This is a new package that handles upgrading to new major versions of Clerk's SDKs. It is a CLI that guides the user through a set of configuration...
### 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 - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...
- [x] I have reviewed [the documentation](https://clerk.com/docs) - [x] I have [searched for existing issues](https://github.com/clerkinc/javascript/issues) - [x] I have ensured I am on the most recent version, and [checked the...
- [x] Review the documentation: https://clerk.com/docs - [x] Search for existing issues: https://github.com/clerkinc/javascript/issues - [ ] Go through package changelog files. - [ ] Provide the Frontend API key from...
### 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 - [X] I have searched for existing issues: https://github.com/clerk/javascript/issues - [X] I have not already reached out to Clerk...
Trying to use the UserButton component in a next 13 server component. I understand there's some time needed to fetch the data from the user via Clerk's api and retrieve...
I recently integrated Clerk into my application, which also uses a relational database, so it needed to use Clerk's externalId setting to cross-reference. So, I then used rootAuthLoader with Remix,...