Auth0-Auth-JS Mono Repo, containing SDKs for implementing user authentication in JavaScript applications.
auth0-auth-js
- Authentication Client for JavaScript runtimes.auth0-api-js
- Authentication SDK for API's on JavaScript runtimes.auth0-server-js
- Authentication SDK for Server-Side Applications on JavaScript runtimes.
The following examples can be found in the examples directory:
Before running the examples, you need to install the dependencies for the monorepo and build all the packages.
- Install depedencies
$ npm install
- Build all packages
$ npm run build
- Follow example instructions
We appreciate feedback and contribution to this repo! Before you get started, please read the following:
To provide feedback or report a bug, please raise an issue on our issue tracker.
Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.
Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout Why Auth0?