{"id":19722320,"url":"https://github.com/kzamanbd/next-auth","last_synced_at":"2026-05-08T02:05:46.507Z","repository":{"id":193478115,"uuid":"688596315","full_name":"kzamanbd/next-auth","owner":"kzamanbd","description":"A simple authentication system using Nextjs, NextAuth, Primsa","archived":false,"fork":false,"pushed_at":"2023-11-08T10:16:42.000Z","size":105,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-11-08T11:29:49.122Z","etag":null,"topics":["next-auth","nextjs13","postgresql","prisma","react"],"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/kzamanbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-07T17:19:02.000Z","updated_at":"2023-11-08T11:29:57.685Z","dependencies_parsed_at":"2023-11-08T11:29:51.088Z","dependency_job_id":"16071ee9-819e-4a63-ad3e-c722043a67b3","html_url":"https://github.com/kzamanbd/next-auth","commit_stats":null,"previous_names":["kzamanbd/next-auth"],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fnext-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fnext-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fnext-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kzamanbd%2Fnext-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kzamanbd","download_url":"https://codeload.github.com/kzamanbd/next-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241044355,"owners_count":19899498,"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":["next-auth","nextjs13","postgresql","prisma","react"],"created_at":"2024-11-11T23:16:59.903Z","updated_at":"2026-05-08T02:05:41.462Z","avatar_url":"https://github.com/kzamanbd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Next.js (Auth) Starter\n\nThis is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).\n\n## Getting Started\n\nFirst, run the development server:\n\n```bash\nnpm run dev\n# or\nyarn dev\n# or\npnpm dev\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\nYou can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.\n\n## Deploy on AWS or Ubuntu\n\n```bash\nnpm run build\npm2 start npm --name \\\"next-auth\\\" --watch app -- start -- --port 3000\n```\n\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\n## Nginx Configuration\n\n```nginx\nserver {\n    listen 80;\n    listen [::]:80;\n    server_name example.com;\n    \n    location / {\n        proxy_pass http://localhost:3000;\n        proxy_http_version 1.1;\n        proxy_set_header Upgrade $http_upgrade;\n        proxy_set_header Connection 'upgrade';\n        proxy_set_header Host $host;\n        proxy_cache_bypass $http_upgrade;\n    }\n}\n```\n\n## Add SSL Certificate\n\n```bash\nyum install certbot python3-certbot-nginx -y\ncertbot --nginx -d example.com -d www.example.com\nsystemctl status certbot.timer\ncertbot renew --dry-run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzamanbd%2Fnext-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkzamanbd%2Fnext-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkzamanbd%2Fnext-auth/lists"}