{"id":18390607,"url":"https://github.com/nextauthjs/cli","last_synced_at":"2025-05-16T15:03:41.818Z","repository":{"id":246799145,"uuid":"746167394","full_name":"nextauthjs/cli","owner":"nextauthjs","description":"The CLI tool by Auth.js to supercharge your authentication workflows","archived":false,"fork":false,"pushed_at":"2025-02-06T18:10:04.000Z","size":81,"stargazers_count":76,"open_issues_count":6,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-12T14:19:34.528Z","etag":null,"topics":["authentication","authjs","cli","command-line","hacktoberfest","next-auth","oauth"],"latest_commit_sha":null,"homepage":"https://cli.authjs.dev","language":"JavaScript","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/nextauthjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"open_collective":"nextauth","github":["balazsorban44","ThangHuuVu"]}},"created_at":"2024-01-21T09:10:46.000Z","updated_at":"2025-04-01T02:20:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"0ce0e350-3ef6-4339-afc2-ed9ada1d1cfc","html_url":"https://github.com/nextauthjs/cli","commit_stats":null,"previous_names":["nextauthjs/cli","nextauthjs/auth-cli"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fcli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fcli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fcli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextauthjs%2Fcli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextauthjs","download_url":"https://codeload.github.com/nextauthjs/cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248578875,"owners_count":21127714,"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":["authentication","authjs","cli","command-line","hacktoberfest","next-auth","oauth"],"created_at":"2024-11-06T01:48:31.706Z","updated_at":"2025-04-12T14:19:44.091Z","avatar_url":"https://github.com/nextauthjs.png","language":"JavaScript","funding_links":["https://opencollective.com/nextauth","https://github.com/sponsors/balazsorban44","https://github.com/sponsors/ThangHuuVu"],"categories":["JavaScript"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg width=\"96px\" src=\"https://authjs.dev/img/etc/cli.svg\" style=\"margin-right: 16px\"/\u003e\n\u003ca href=\"https://authjs.dev\" target=\"_blank\"\u003e\u003cimg width=\"96px\" src=\"https://authjs.dev/img/logo-sm.png\" /\u003e\u003c/a\u003e\n  \u003ch1 align=\"center\"\u003eAuth.js CLI\u003c/h1\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  The CLI tool by \u003ca href=\"https://authjs.dev\"\u003eAuth.js\u003c/a\u003e to supercharge your authentication workflows.\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://npm.im/auth\"\u003e\u003cimg src=\"https://img.shields.io/badge/JavaScript-grey?style=flat-square\u0026logo=javascript\" alt=\"JavaScript\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmtrends.com/auth\"\u003e\u003cimg src=\"https://img.shields.io/npm/dm/auth?style=flat-square\u0026color=cyan\" alt=\"Downloads\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/auth\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/auth?style=flat-square\u0026label=latest\u0026color=purple\" alt=\"npm latest release\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/nextauthjs/cli/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/nextauthjs/cli?style=flat-square\u0026color=orange\" alt=\"Github Stars\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## Features\n\n- Natural language search to answer questions about Auth.js, docs, APIs, or general auth concepts\n- Initialize new projects with Auth.js for any of the supported frameworks\n- Guides you through adding authentication providers to your existing project\n- ... and more coming soon!\n\n## Installation\n\nYou don't need to install this package, run the following:\n\n```sh\nnpx auth # or pnpx, bunx, yarn dlx, etc.\n```\n\n## Usage\n\n\u003c!-- GENERATED START --\u003e\n\n```\nUsage: auth [options] [command]\n\nOptions:\n  -V, --version               output the version number\n  -h, --help                  display help for command\n\nCommands:\n  ask [options]               Ask about docs, API, or auth concepts.\n  init [options] [framework]  Initialize a project.\n  secret [options]            Generate a random string and add it to the .env\n                              file.\n  add [provider]              Register a new authentication provider\n  help [command]              display help for command\n```\n\n\u003c!-- GENERATED END --\u003e\n\n## Security\n\nIf you think you have found a vulnerability (or are not sure) in Auth.js or any of the related packages (i.e. Adapters), we ask you to read our [Security Policy](https://authjs.dev/security) to reach out responsibly. Please do not open Pull Requests/Issues/Discussions before consulting with us.\n\n## Acknowledgements\n\nSpecial thanks to Craig for the `auth` package name on npm.\n\n### Sponsors\n\nWe have an [OpenCollective](https://opencollective.com/nextauth) for companies and individuals looking to contribute financially to the project!\n\n\u003c!--sponsors start--\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://clerk.com?utm_source=sponsorship\u0026utm_medium=github\u0026utm_campaign=authjs\u0026utm_content=sponsor\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/49538330?s=200\u0026v=4\" alt=\"Clerk Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eClerk\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://a0.to/signup/nextauthjs\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/2824157?v=4\" alt=\"Auth0 Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eAuth0\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://fusionauth.io\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/41974756?s=200\u0026v=4\" alt=\"FusionAuth Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eFusionAuth\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://www.beyondidentity.com\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/69811361?s=200\u0026v=4\" alt=\"Beyond Identity Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eBeyond Identity\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://stytch.com\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/69983493?s=200\u0026v=4\" alt=\"Stytch Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eStytch\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://prisma.io\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/17219288?s=200\u0026v=4\" alt=\"Prisma Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003ePrisma\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://lowdefy.com\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/47087496?s=200\u0026v=4\" alt=\"Lowdefy Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eLowdefy\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://www.descope.com\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/97479186?s=200\u0026v=4\" alt=\"Descope Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eDescope\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://badass.dev\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/136839242?v=4\" alt=\"Badass Courses Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eBadass Courses\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://github.com/encoredev/encore\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/50438175?v=4\" alt=\"Encore Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eEncore\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://arcjet.com/?ref=auth.js\" target=\"_blank\"\u003e\n          \u003cimg width=\"108\" src=\"https://avatars.githubusercontent.com/u/24397786?s=200\u0026v=4\" alt=\"Arcjet Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eArcjet\u003c/div\u003e\n        \u003csub\u003e💵\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://www.netlight.com/\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/1672348?s=200\u0026v=4\" alt=\"Netlight logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eNetlight\u003c/div\u003e\n        \u003csub\u003e☁️\u003c/sub\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://checklyhq.com\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/25982255?s=200\u0026v=4\" alt=\"Checkly Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eCheckly\u003c/div\u003e\n        \u003csub\u003e☁️\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://superblog.ai/\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://d33wubrfki0l68.cloudfront.net/cdc4a3833bd878933fcc131655878dbf226ac1c5/10cd6/images/logo_bolt_small.png\" alt=\"superblog Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003esuperblog\u003c/div\u003e\n        \u003csub\u003e☁️\u003c/sub\u003e\n      \u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\"\u003e\n        \u003ca href=\"https://vercel.com\" target=\"_blank\"\u003e\n          \u003cimg height=\"96\" src=\"https://avatars.githubusercontent.com/u/14985020?s=200\u0026v=4\" alt=\"Vercel Logo\" /\u003e\n        \u003c/a\u003e\u003cbr /\u003e\n        \u003cdiv\u003eVercel\u003c/div\u003e\n        \u003csub\u003e☁️\u003c/sub\u003e\n      \u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n- 💵 Financial Sponsor\n- ☁️ Infrastructure Support\n\n\u003cbr /\u003e\n\u003c!--sponsors end--\u003e\n\n## Contributing\n\nWe're open to all community contributions! If you'd like to contribute in any way, please first read\nour [Contributing Guide](https://github.com/nextauthjs/.github/blob/main/CONTRIBUTING.md).\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextauthjs%2Fcli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextauthjs%2Fcli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextauthjs%2Fcli/lists"}