{"id":18814860,"url":"https://github.com/fajarwz/blog-nextjs-auth","last_synced_at":"2025-04-13T21:32:37.220Z","repository":{"id":237434137,"uuid":"755556723","full_name":"fajarwz/blog-nextjs-auth","owner":"fajarwz","description":"Simple example of Email-Password Authentication and Email Verification in Next.js with PostgreSQL and Prisma","archived":false,"fork":false,"pushed_at":"2024-02-10T15:21:03.000Z","size":69,"stargazers_count":22,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T12:06:13.684Z","etag":null,"topics":["example-project","nextjs","nodemailer","postgresql","prisma","react","serveractions","typescript","zod"],"latest_commit_sha":null,"homepage":"https://fajarwz.com/blog/email-authentication-and-verification-in-nextjs-14-with-next-auth-and-prisma/","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/fajarwz.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-02-10T15:20:39.000Z","updated_at":"2025-02-06T18:01:27.000Z","dependencies_parsed_at":"2024-05-01T19:27:29.536Z","dependency_job_id":null,"html_url":"https://github.com/fajarwz/blog-nextjs-auth","commit_stats":null,"previous_names":["fajarwz/blog-nextjs-auth"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajarwz%2Fblog-nextjs-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajarwz%2Fblog-nextjs-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajarwz%2Fblog-nextjs-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fajarwz%2Fblog-nextjs-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fajarwz","download_url":"https://codeload.github.com/fajarwz/blog-nextjs-auth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248787108,"owners_count":21161548,"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":["example-project","nextjs","nodemailer","postgresql","prisma","react","serveractions","typescript","zod"],"created_at":"2024-11-07T23:44:07.604Z","updated_at":"2025-04-13T21:32:32.206Z","avatar_url":"https://github.com/fajarwz.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Email Authentication and Verification in Next.js 14 With Next Auth and Prisma\nThis is an implementation of Email-Password Authentication and Verification with Next.js 14. A blog about this can be found here: [Email Authentication and Verification in Next.js 14 With Next Auth and Prisma | Fajarwz](https://fajarwz.com/blog/email-authentication-and-verification-in-nextjs-14-with-next-auth-and-prisma/).\n\n## Configuration\n\n### Create .env file from .env.example\n\n```\ncp .env.example .env\n```\n\n### Database Integration\n1. Open .env file\n2. Create a database and connect it with Next.js by adjusting the `DATABASE_URL` with your own configuration\n\n### Migrate the Database Migration\n\n```\nnpx prisma db push\n```\n\n## Installation\n\n### Node Packages \n```\nnpm install\n```\n\n## Run App\n```\nnpm run dev\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffajarwz%2Fblog-nextjs-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffajarwz%2Fblog-nextjs-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffajarwz%2Fblog-nextjs-auth/lists"}