https://github.com/auth0/auth0-auth-js
Mono Repo, containing SDKs for implementing user authentication in JavaScript applications.
https://github.com/auth0/auth0-auth-js
auth0 dx-sdk sdk
Last synced: 3 months ago
JSON representation
Mono Repo, containing SDKs for implementing user authentication in JavaScript applications.
- Host: GitHub
- URL: https://github.com/auth0/auth0-auth-js
- Owner: auth0
- Created: 2025-03-25T18:24:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T08:17:56.000Z (6 months ago)
- Last Synced: 2026-01-13T09:39:08.666Z (6 months ago)
- Topics: auth0, dx-sdk, sdk
- Language: TypeScript
- Homepage:
- Size: 2.07 MB
- Stars: 7
- Watchers: 10
- Forks: 11
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README

Auth0-Auth-JS Mono Repo, containing SDKs for implementing user authentication in JavaScript applications.


[](https://opensource.org/licenses/MIT)
[
](https://deepwiki.com/auth0/auth0-auth-js)
📚 [Packages](#packages) - 💬 [Feedback](#feedback)
## Packages
- [`auth0-auth-js`](./packages/auth0-auth-js/README.md) - Authentication Client for JavaScript runtimes.
- [`auth0-api-js`](./packages/auth0-api-js/README.md) - Authentication SDK for API's on JavaScript runtimes.
- [`auth0-server-js`](./packages/auth0-server-js/README.md) - Authentication SDK for Server-Side Applications on JavaScript runtimes.
## Running Examples
The following examples can be found in the examples directory:
- [Fastify Web App Example](./examples/example-fastify-web/README.md)
- [Fastify API Example](./examples/example-fastify-api/README.md)
- [NestJS API Example](./examples/example-nestjs-api/README.md)
- [Express Web App Example](./examples/example-express-web/README.md)
Before running the examples, you need to install the dependencies for the monorepo and build all the packages.
1. Install depedencies
```bash
$ npm install
```
2. Build all packages
```bash
$ npm run build
```
3. Follow example instructions
## Feedback
### Contributing
We appreciate feedback and contribution to this repo! Before you get started, please read the following:
- [Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)
- [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)
### Raise an issue
To provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/auth0/auth0-auth-js/issues).
## Vulnerability Reporting
Please do not report security vulnerabilities on the public GitHub issue tracker. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues.
## What is Auth0?
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?