{"id":15013761,"url":"https://github.com/muhammad-haram/next-auth-with-mongodb","last_synced_at":"2026-02-16T19:03:40.901Z","repository":{"id":252516152,"uuid":"840672946","full_name":"Muhammad-Haram/Next-Auth-with-MongoDB","owner":"Muhammad-Haram","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-17T23:36:27.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T00:17:00.436Z","etag":null,"topics":["bcryptjs","jwt","mailtrap","mongodb","mongoose","nextjs","nodemailer","postman","tailwindcss","typescript"],"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/Muhammad-Haram.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-10T10:32:49.000Z","updated_at":"2024-08-17T23:36:30.000Z","dependencies_parsed_at":"2024-11-18T17:41:43.218Z","dependency_job_id":"b9cb249d-23ad-4f06-adc5-8555c4275c0c","html_url":"https://github.com/Muhammad-Haram/Next-Auth-with-MongoDB","commit_stats":null,"previous_names":["muhammad-haram/next-auth-with-mongodb"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Muhammad-Haram/Next-Auth-with-MongoDB","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhammad-Haram%2FNext-Auth-with-MongoDB","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhammad-Haram%2FNext-Auth-with-MongoDB/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhammad-Haram%2FNext-Auth-with-MongoDB/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhammad-Haram%2FNext-Auth-with-MongoDB/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Muhammad-Haram","download_url":"https://codeload.github.com/Muhammad-Haram/Next-Auth-with-MongoDB/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Muhammad-Haram%2FNext-Auth-with-MongoDB/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274727487,"owners_count":25338399,"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","status":"online","status_checked_at":"2025-09-11T02:00:13.660Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bcryptjs","jwt","mailtrap","mongodb","mongoose","nextjs","nodemailer","postman","tailwindcss","typescript"],"created_at":"2024-09-24T19:44:45.098Z","updated_at":"2026-02-16T19:03:35.860Z","avatar_url":"https://github.com/Muhammad-Haram.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This 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# or\nbun 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\nThis project uses [`next/font`](https://nextjs.org/docs/basic-features/font-optimization) to automatically optimize and load Inter, a custom Google Font.\n\n## Learn More\n\nTo learn more about Next.js, take a look at the following resources:\n\n- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.\n- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.\n\nYou can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!\n\n## Deploy on Vercel\n\nThe easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template\u0026filter=next.js\u0026utm_source=create-next-app\u0026utm_campaign=create-next-app-readme) from the creators of Next.js.\n\nCheck out our [Next.js deployment documentation](https://nextjs.org/docs/deployment) for more details.\n\nhi\n\nroute bolierplate\n\nimport { connect } from \"@/dbConfig/dbConfig\";\nimport User from \"@/models/userModel\";\nimport { NextRequest, NextResponse } from \"next/server\";\nimport bcryptjs from \"bcryptjs\";\nimport { sentEmail } from \"@/helpers/mailer\";\n\nconnect();\n\nexport async function POST(request: NextRequest) {\n    try {\n\n    } catch (error: any) {\n        return NextResponse.json({ error: error.message }, { status: 500 })\n    }\n}","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammad-haram%2Fnext-auth-with-mongodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmuhammad-haram%2Fnext-auth-with-mongodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmuhammad-haram%2Fnext-auth-with-mongodb/lists"}