{"id":15650462,"url":"https://github.com/hombre2014/nextjs-14-auth-v5-tutorial","last_synced_at":"2025-04-06T03:09:52.838Z","repository":{"id":224940909,"uuid":"762755807","full_name":"Hombre2014/nextjs-14-auth-v5-tutorial","owner":"Hombre2014","description":"Next.js Auth tutorial by Code with Antonio","archived":false,"fork":false,"pushed_at":"2025-03-22T13:58:14.000Z","size":535,"stargazers_count":94,"open_issues_count":0,"forks_count":27,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T02:07:17.974Z","etag":null,"topics":["authjs","nextauthjs","nextjs14","ouath","react","shadcn-ui","tailwindcss","typescript"],"latest_commit_sha":null,"homepage":"https://nextjs-14-auth-v5-tutorial.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/Hombre2014.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","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-24T15:52:20.000Z","updated_at":"2025-03-25T05:21:57.000Z","dependencies_parsed_at":"2024-10-03T12:35:27.898Z","dependency_job_id":"4be61c26-7711-4522-aa5a-277d92b26d6f","html_url":"https://github.com/Hombre2014/nextjs-14-auth-v5-tutorial","commit_stats":null,"previous_names":["hombre2014/nextjs-14-auth-v5-tutorial"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fnextjs-14-auth-v5-tutorial","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fnextjs-14-auth-v5-tutorial/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fnextjs-14-auth-v5-tutorial/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hombre2014%2Fnextjs-14-auth-v5-tutorial/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hombre2014","download_url":"https://codeload.github.com/Hombre2014/nextjs-14-auth-v5-tutorial/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247427006,"owners_count":20937201,"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":["authjs","nextauthjs","nextjs14","ouath","react","shadcn-ui","tailwindcss","typescript"],"created_at":"2024-10-03T12:34:43.508Z","updated_at":"2025-04-06T03:09:52.800Z","avatar_url":"https://github.com/Hombre2014.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auth V5\r\n\r\n\u003e Next Auth V5 Advanced guide\r\n\r\n## Built With\r\n\r\n- Major languages: TypeScript\r\n- Framework: Next.js\r\n- Libraries: Prisma, Auth.js, React\r\n\r\n## Screenshots\r\n\r\n![screenshot](./public/login.jpg)\r\n\r\n## Getting Started\r\n\r\n- cloning the repository by running `git clone [https://](https://github.com/Hombre2014/nextjs-14-auth-v5-tutorial.git)`\r\n- cd into the project directory `cd nextjs-14-auth-v5-tutorial`\r\n- Install the dependencies by running `npm install` or `yarn install`\r\n- Run the development server by running `npm run dev` or `yarn dev`\r\n- Open your browser and navigate to `http://localhost:3000`\r\n\r\n## Environment Variables\r\n\r\nYou will need to create a `.env` file in the root of the project and add the following environment variables:\r\n\r\nDATABASE_URL=\u003c/br\u003e\r\nDIRECT_URL=\u003c/br\u003e\r\nAUTH_SECRET=\u003c/br\u003e\r\nGITHUB_CLIENT_ID=\u003c/br\u003e\r\nGITHUB_CLIENT_SECRET=\u003c/br\u003e\r\nGOOGLE_CLIENT_ID=\u003c/br\u003e\r\nGOOGLE_CLIENT_SECRET=\u003c/br\u003e\r\nRESEND_API_KEY=\u003c/br\u003e\r\nNEXT_PUBLIC_APP_URL=\"http://localhost:3000\" or your production URL\r\n\r\n## Live Demo\r\n\r\n[Auth v5 demo](https://nextjs-14-auth-v5-tutorial.vercel.app/)\r\n\r\n## Deployment\r\n\r\n- Using [Vercel](https://vercel.com)\r\n\r\n## Author\r\n\r\n👤 **Yuriy Chamkoriyski**\r\n\r\n- GitHub: [@Hombre2014](https://github.com/Hombre2014)\r\n- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)\r\n- LinkedIn: [axebit](https://linkedin.com/in/axebit)\r\n\r\n## 🤝 Contributing\r\n\r\nContributions, issues, and feature requests are welcome!\r\n\r\nFeel free to check the [issues page](https://github.com/Hombre/auth-v5/issues).\r\n\r\n## Show your support\r\n\r\nGive a ⭐️ if you like this project!\r\n\r\n## Acknowledgments\r\n\r\nThanks to \"Coding with Antonio\" YouTube channel and [AntonioErdeljac](https://github.com/AntonioErdeljac) for his inspirational [tutorial](https://www.youtube.com/watch?v=1MTyCvS05V4\u0026ab_channel=CodeWithAntonio).\r\n\r\n## 📝 License\r\n\r\nThis project is [MIT](./license.md) licensed.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhombre2014%2Fnextjs-14-auth-v5-tutorial","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhombre2014%2Fnextjs-14-auth-v5-tutorial","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhombre2014%2Fnextjs-14-auth-v5-tutorial/lists"}