{"id":41239147,"url":"https://github.com/jakeisonline/next-auth-template","last_synced_at":"2026-01-23T01:14:44.589Z","repository":{"id":257969543,"uuid":"873187937","full_name":"jakeisonline/next-auth-template","owner":"jakeisonline","description":"Sign up and auth, super quick with Auth.js, with database-backed sessions, social sign in, and magic links.","archived":false,"fork":false,"pushed_at":"2025-05-08T20:28:30.000Z","size":1683,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T00:57:57.293Z","etag":null,"topics":["authjs","authjs-template","drizzle-orm","next-auth","next-auth-v5","nextjs"],"latest_commit_sha":null,"homepage":"https://next-auth-template-demo.vercel.app","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/jakeisonline.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":"2024-10-15T18:36:35.000Z","updated_at":"2025-08-07T18:34:09.000Z","dependencies_parsed_at":"2024-10-24T23:45:12.195Z","dependency_job_id":"8a8d88e5-ef87-482f-8888-61a8182d021b","html_url":"https://github.com/jakeisonline/next-auth-template","commit_stats":null,"previous_names":["jakeisonline/next-auth-template"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/jakeisonline/next-auth-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeisonline%2Fnext-auth-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeisonline%2Fnext-auth-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeisonline%2Fnext-auth-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeisonline%2Fnext-auth-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jakeisonline","download_url":"https://codeload.github.com/jakeisonline/next-auth-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jakeisonline%2Fnext-auth-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28676924,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"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":["authjs","authjs-template","drizzle-orm","next-auth","next-auth-v5","nextjs"],"created_at":"2026-01-23T01:14:43.899Z","updated_at":"2026-01-23T01:14:44.582Z","avatar_url":"https://github.com/jakeisonline.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# next-auth-template\n\n![A summary of next-auth-template that reads \"Sign up and auth, super quick. The best start when building your Next.js app with baked in social sign in, magic links, user management, and more.\"](./www/src/app/opengraph-image.png)\n\nSign up and auth, super quick with database-backed sessions, social sign in, magic links, and multiple user models to choose from. This CLI tool enables you to quickly start building a new Next.js application, with auth already set up for you so you can focus on the fun stuff.\n\n## Usage\n\nThis CLI offers two ways to initialize a new project with auth already set up.\n\n### Interactive\n\n```bash\npnpm dlx next-auth-template\n# or\nnpx next-auth-template\n# or\nbunx --bun next-auth-template\n```\n\nYou will be asked to select a template:\n\n```bash\n? Select a template › - Use arrow-keys. Return to submit.\n❯   One-to-one\n    One-to-many\n```\n\nYou will also be asked to provide a project name:\n\n```bash\n? Enter the name of your project › .\n```\n\nThis is also used as the directory name. You can leave it as default (`.`) to have the project initialized into the current directory. Must be a single word, no special characters.\n\n```bash\n✔ Template copied successfully to /path/to/project\n```\n\nIf everything goes well, you will see a message of confirmation.\n\n### Non-interactive\n\nSee `next-auth-template --help` for more information.\n\n```bash\nUsage: next-auth-template [options] [template]\n\nCreate a new Next.js application with auth already set up\n\nArguments:\n  template                   name of the template to initialize -- optional (choices: \"one-to-one\", \"one-to-many\")\n\nOptions:\n  -v, --version              show version of cli\n  -p, --project-name \u003cname\u003e  name of the project to initialize, also used as the directory name\n  -o, --overwrite            overwrite existing files in the directory (project name) without prompting\n  -h, --help                 display help for command\n```\n\n## Getting Started\n\nOnce you've initialized a template using the CLI, visit the following links to learn more about the template you've chosen:\n\n- [One-to-one](https://next-auth-template-demo.vercel.app/docs/configuring)\n\n# Documentation\n\nVisit https://next-auth-template-demo.vercel.app/docs for detailed documentation about this CLI tool and all the templates.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeisonline%2Fnext-auth-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjakeisonline%2Fnext-auth-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjakeisonline%2Fnext-auth-template/lists"}