{"id":13506512,"url":"https://github.com/nuxt-community/auth-module","last_synced_at":"2025-05-15T01:00:34.017Z","repository":{"id":24755993,"uuid":"102371998","full_name":"nuxt-community/auth-module","owner":"nuxt-community","description":"Zero-boilerplate authentication support for Nuxt 2","archived":false,"fork":false,"pushed_at":"2025-05-01T16:33:56.000Z","size":8240,"stargazers_count":1938,"open_issues_count":206,"forks_count":924,"subscribers_count":37,"default_branch":"dev","last_synced_at":"2025-05-01T17:46:04.497Z","etag":null,"topics":["auth","axios","cookie","jwt","module","nuxt","nuxt-module","ssr","token"],"latest_commit_sha":null,"homepage":"https://auth.nuxtjs.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nuxt-community.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2017-09-04T14:47:12.000Z","updated_at":"2025-04-18T07:47:19.000Z","dependencies_parsed_at":"2023-09-27T03:41:12.685Z","dependency_job_id":"98683de2-969c-4b9c-9957-bc2e289fd80e","html_url":"https://github.com/nuxt-community/auth-module","commit_stats":{"total_commits":1215,"total_committers":197,"mean_commits":6.16751269035533,"dds":0.6411522633744856,"last_synced_commit":"6761714a06bb12be076a0e49e47d0a94e6db4fd9"},"previous_names":[],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Fauth-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Fauth-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Fauth-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nuxt-community%2Fauth-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nuxt-community","download_url":"https://codeload.github.com/nuxt-community/auth-module/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252881959,"owners_count":21819148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["auth","axios","cookie","jwt","module","nuxt","nuxt-module","ssr","token"],"created_at":"2024-08-01T01:00:52.995Z","updated_at":"2025-05-07T12:46:46.793Z","avatar_url":"https://github.com/nuxt-community.png","language":"TypeScript","readme":"\u003ch1 align=\"center\" \u003e🔑 Auth Module\u003c/h1\u003e\n\u003cp align=\"center\"\u003eZero-boilerplate authentication support for Nuxt 2!\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://david-dm.org/nuxt-community/auth-module\"\u003e\n    \u003cimg alt=\"\" src=\"https://david-dm.org/nuxt-community/auth-module/status.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://standardjs.com\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/badge/code_style-standard-brightgreen.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://circleci.com/gh/nuxt-community/auth-module\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/circleci/project/github/nuxt-community/auth-module.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://codecov.io/gh/nuxt-community/auth-module\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/codecov/c/github/nuxt-community/auth-module.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\n\u003ca href=\"https://npmjs.com/package/@nuxtjs/auth-next\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/npm/v/@nuxtjs/auth-next/latest.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://npmjs.com/package/@nuxtjs/auth\"\u003e\n    \u003cimg alt=\"\" src=\"https://img.shields.io/npm/dt/@nuxtjs/auth-next.svg?style=flat-square\"\u003e\n\u003c/a\u003e\n\u003c/p\u003e\n\n## Nuxt 3 Support\n\nNuxt 3 comes with built-in utilities to support session and authentication. We are working on a new official module. \n\nMeanwhile, we recommend:\n\n- [Nuxt Auth Utils](https://github.com/atinux/nuxt-auth-utils)\n- [Sidebase Nuxt Auth](https://github.com/sidebase/nuxt-auth) based on next-auth\n- [AuthJs Nuxt](https://github.com/Hebilicious/authjs-nuxt) based on Auth.js\n- Implement your own auth using [Lucia](https://lucia-auth.com/guidebook/sign-in-with-username-and-password/nuxt/) or [Nuxt Auth Template](https://github.com/nuxt/examples/tree/main/auth/local)\n\n\n## Nuxt 2 Installation and Usage\n\n\u003ca href=\"https://auth.nuxtjs.org\"\u003eRead Documentation\u003c/a\u003e\n\n**🚧 please see [status page](http://auth.nuxtjs.org/status) in documentation.**\n\n## Development\n\nRunning demo for development:\n\n```bash\n$ yarn install\n$ yarn dev\n```\n\nRunning tests for development:\n\n```bash\n$ yarn build\n$ yarn nuxt build test/fixture\n$ yarn jest\n```\n\n## License\n\n[MIT License](./LICENSE) - Copyright (c) Nuxt Community\n","funding_links":[],"categories":["Uncategorized","TypeScript","JavaScript","nuxt","Relying Parties (RP) Libraries"],"sub_categories":["Uncategorized","JavaScript"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-community%2Fauth-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnuxt-community%2Fauth-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnuxt-community%2Fauth-module/lists"}