{"id":26706506,"url":"https://github.com/auth0/auth0-auth-js","last_synced_at":"2026-04-09T12:01:09.946Z","repository":{"id":284437870,"uuid":"954863587","full_name":"auth0/auth0-auth-js","owner":"auth0","description":"Mono Repo, containing SDKs for implementing user authentication in JavaScript applications.","archived":false,"fork":false,"pushed_at":"2026-01-13T08:17:56.000Z","size":2171,"stargazers_count":7,"open_issues_count":10,"forks_count":11,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-01-13T09:39:08.666Z","etag":null,"topics":["auth0","dx-sdk","sdk"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auth0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-25T18:24:19.000Z","updated_at":"2026-01-13T07:04:51.000Z","dependencies_parsed_at":"2025-06-16T10:30:56.612Z","dependency_job_id":"e78f226e-17e6-4bc4-bfd3-b5b54ae4bc48","html_url":"https://github.com/auth0/auth0-auth-js","commit_stats":null,"previous_names":["auth0/auth0-auth-js"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/auth0/auth0-auth-js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-auth-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-auth-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-auth-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-auth-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0","download_url":"https://codeload.github.com/auth0/auth0-auth-js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fauth0-auth-js/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auth0","dx-sdk","sdk"],"created_at":"2025-03-27T06:18:06.635Z","updated_at":"2026-01-16T17:11:17.798Z","avatar_url":"https://github.com/auth0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Auth0-Auth-JS](assets/images/banner.png)\nAuth0-Auth-JS Mono Repo, containing SDKs for implementing user authentication in JavaScript applications.\n\n![Release](https://img.shields.io/npm/v/@auth0/auth0-auth-js)\n![Downloads](https://img.shields.io/npm/dw/@auth0/auth0-auth-js)\n[![License](https://img.shields.io/:license-mit-blue.svg?style=flat)](https://opensource.org/licenses/MIT)\n[\u003cimg src=\"https://devin.ai/assets/deepwiki-badge.png\" alt=\"Ask questions about auth0-auth-js mono repository on DeepWiki\" height=\"20\"/\u003e](https://deepwiki.com/auth0/auth0-auth-js)\n\n📚 [Packages](#packages) - 💬 [Feedback](#feedback)\n\n## Packages\n\n- [`auth0-auth-js`](./packages/auth0-auth-js/README.md) - Authentication Client for JavaScript runtimes.\n- [`auth0-api-js`](./packages/auth0-api-js/README.md) - Authentication SDK for API's on JavaScript runtimes.\n- [`auth0-server-js`](./packages/auth0-server-js/README.md) - Authentication SDK for Server-Side Applications on JavaScript runtimes.\n\n## Running Examples\n\nThe following examples can be found in the examples directory:\n\n- [Fastify Web App Example](./examples/example-fastify-web/README.md)\n- [Fastify API Example](./examples/example-fastify-api/README.md)\n- [NestJS API Example](./examples/example-nestjs-api/README.md)\n- [Express Web App Example](./examples/example-express-web/README.md)\n\nBefore running the examples, you need to install the dependencies for the monorepo and build all the packages.\n\n1. Install depedencies\n\n```bash\n$ npm install\n```\n\n2. Build all packages\n\n```bash\n$ npm run build\n```\n\n3. Follow example instructions\n\n## Feedback\n\n### Contributing\n\nWe appreciate feedback and contribution to this repo! Before you get started, please read the following:\n\n- [Auth0's general contribution guidelines](https://github.com/auth0/open-source-template/blob/master/GENERAL-CONTRIBUTING.md)\n- [Auth0's code of conduct guidelines](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md)\n\n### Raise an issue\n\nTo provide feedback or report a bug, please [raise an issue on our issue tracker](https://github.com/auth0/auth0-auth-js/issues).\n\n## Vulnerability Reporting\n\nPlease 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.\n\n## What is Auth0?\n\n\u003cp align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://cdn.auth0.com/website/sdks/logos/auth0_dark_mode.png\" width=\"150\"\u003e\n    \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png\" width=\"150\"\u003e\n    \u003cimg alt=\"Auth0 Logo\" src=\"https://cdn.auth0.com/website/sdks/logos/auth0_light_mode.png\" width=\"150\"\u003e\n  \u003c/picture\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  Auth0 is an easy to implement, adaptable authentication and authorization platform. To learn more checkout \u003ca href=\"https://auth0.com/why-auth0\"\u003eWhy Auth0?\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fauth0-auth-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fauth0%2Fauth0-auth-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fauth0%2Fauth0-auth-js/lists"}