Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clerk/javascript
Official JavaScript repository for Clerk authentication
https://github.com/clerk/javascript
authentication expo gatsby gatsbyjs hasura javascript jwt jwt-authentication next nextjs nodejs react redwood redwoodjs remix-run
Last synced: 1 day ago
JSON representation
Official JavaScript repository for Clerk authentication
- Host: GitHub
- URL: https://github.com/clerk/javascript
- Owner: clerk
- License: mit
- Created: 2021-12-14T16:53:48.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T04:09:35.000Z (8 days ago)
- Last Synced: 2025-01-14T04:45:10.539Z (8 days ago)
- Topics: authentication, expo, gatsby, gatsbyjs, hasura, javascript, jwt, jwt-authentication, next, nextjs, nodejs, react, redwood, redwoodjs, remix-run
- Language: TypeScript
- Homepage: https://clerk.com
- Size: 209 MB
- Stars: 1,252
- Watchers: 12
- Forks: 286
- Open Issues: 65
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: docs/SECURITY.md
Awesome Lists containing this project
README
Official Clerk JavaScript SDKs
Clerk helps developers build user management. We provide streamlined user experiences for your users to sign up, sign in, and manage their profile.
This repository contains all the Clerk JavaScript SDKs under the `@clerk` namespace. Visit [clerk.com](https://clerk.com) to signup for an account.
[![chat on Discord](https://img.shields.io/discord/856971667393609759.svg?logo=discord)](https://clerk.com/discord)
[![documentation](https://img.shields.io/badge/documentation-clerk-green.svg)](https://clerk.com/docs)
[![twitter](https://img.shields.io/twitter/follow/ClerkDev?style=social)](https://twitter.com/intent/follow?screen_name=ClerkDev)---
**Clerk is Hiring!**
Would you like to work on Open Source software and help maintain this repository? [Apply today!](https://jobs.ashbyhq.com/clerk).
---
## 🚀 Get Started with Clerk
1. [Sign up for an account](https://dashboard.clerk.com/sign-up?utm_source=github&utm_medium=clerk_js_repo_readme)
1. Create an application in your Clerk dashboard
1. Spin up a new codebase with one of the [quickstart guides](https://clerk.com/docs/quickstarts/overview?utm_source=github&utm_medium=clerk_js_repo_readme)This repository contains the SDKs for environment/platforms that Clerk supports. For example, if you want to use Clerk with Node.js you can install:
```sh
npm install @clerk/backend
# or
yarn add @clerk/backend
# or
pnpm add @clerk/backend
```## 🎓 Learning Clerk
Clerk's full documentation is available at [clerk.com/docs](https://clerk.com/docs?utm_source=github&utm_medium=clerk_js_repo_readme).
- **We recommend starting with the [Quickstart guides](https://clerk.com/docs/quickstarts/overview).** It'll enable you to quickly add Clerk to your application. If you're starting a new project and are not sure what to pick, use [Next.js](https://nextjs.org/docs/getting-started/installation) and [@clerk/nextjs](https://clerk.com/docs/quickstarts/nextjs).
- **To learn more about Clerk's components and features, checkout the rest of the [Clerk documentation](https://clerk.com/docs?utm_source=github&utm_medium=clerk_js_repo_readme).** You'll be able to e.g. browse the [component reference](https://clerk.com/docs/components/overview?utm_source=github&utm_medium=clerk_js_repo_readme) page.## 🚢 Release Notes
Curious what we shipped recently? You can browse the [GitHub Releases](https://github.com/clerk/javascript/releases) page or look at the individual `CHANGELOG.md` files inside each package (e.g. [`clerk-js CHANGELOG`](https://github.com/clerk/javascript/blob/main/packages/clerk-js/CHANGELOG.md)).
## 🤝 How to Contribute
We're open to all community contributions! If you'd like to contribute in any way, please read [our contribution guidelines](https://github.com/clerk/javascript/blob/main/docs/CONTRIBUTING.md). We'd love to have you as part of the Clerk community!
It'll show you how to make changes to the SDKs, open pull requests, or submitting issues. If you want to add or edit localizations (e.g. how a button text is translated to your language), you can check out the [`localizations` README](./packages/localizations/README.md).
## 📝 License
This project is licensed under the **MIT license**.
See [LICENSE](https://github.com/clerk/javascript/blob/main/LICENSE) for more information.