{"id":23869258,"url":"https://github.com/badiniibrahim/next-auth-app","last_synced_at":"2026-05-02T17:33:15.078Z","repository":{"id":205187945,"uuid":"713627309","full_name":"badiniibrahim/next-auth-app","owner":"badiniibrahim","description":"The repository is dedicated to a Next.js application in which I integrated NextAuth to create an authentication system with GitHub and Google, thus demonstrating my understanding of this library.","archived":false,"fork":false,"pushed_at":"2023-11-02T23:13:36.000Z","size":114,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-22T17:47:57.580Z","etag":null,"topics":["auth0","nextauth","nextjs","react","tyepscript"],"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/badiniibrahim.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-11-02T23:03:02.000Z","updated_at":"2023-11-02T23:12:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"81211b1e-35a7-4410-95f6-9b3d0c93ccdf","html_url":"https://github.com/badiniibrahim/next-auth-app","commit_stats":null,"previous_names":["badiniibrahim/next-auth-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/badiniibrahim/next-auth-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badiniibrahim%2Fnext-auth-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badiniibrahim%2Fnext-auth-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badiniibrahim%2Fnext-auth-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badiniibrahim%2Fnext-auth-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/badiniibrahim","download_url":"https://codeload.github.com/badiniibrahim/next-auth-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/badiniibrahim%2Fnext-auth-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276595926,"owners_count":25670243,"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-23T02:00:09.130Z","response_time":73,"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":["auth0","nextauth","nextjs","react","tyepscript"],"created_at":"2025-01-03T12:16:34.320Z","updated_at":"2025-09-23T15:09:45.854Z","avatar_url":"https://github.com/badiniibrahim.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## NextJS app with NextAuth\nThe repository is dedicated to a Next.js application in which I integrated NextAuth to create an authentication system with GitHub and Google, thus demonstrating my understanding of this library.\n\u003c!-- Badges --\u003e\n\u003ca href=\"https://nexlink.vercel.app/\" target=\"_blank\"\u003e![](https://img.shields.io/website-up-down-green-red/http/monip.org.svg)\u003c/a\u003e\n\n\u003ch1 align=\"center\"\u003e\n  SAWADOGO Badini Ibrahim\n\u003c/h1\u003e\n\n[![GitHub badiniibrahim](https://img.shields.io/github/followers/badiniibrahim?label=follow\u0026style=social)](https://github.com/badiniibrahim)\n\n[![Gmail Badge](https://img.shields.io/badge/-sawadogo.badiniibrahim@gmail.com-c14438?style=flat-square\u0026logo=Gmail\u0026logoColor=white\u0026link=sawadogo.badiniibrahim@gmail.com)](mailto:sawadogo.badiniibrahim@gmail.com)\n\n[![LinkedIn](https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white)](https://www.linkedin.com/in/badini-ibrahim-s-306b119b/)\n\n## About this Repository\n![GitHub language count](https://img.shields.io/github/languages/count/badiniibrahim/next-auth-app)\n![GitHub top language](https://img.shields.io/github/languages/top/badiniibrahim/next-auth-app)\n![GitHub last commit](https://img.shields.io/github/last-commit/badiniibrahim/next-auth-app)\n![Github Repo Size](https://img.shields.io/github/repo-size/badiniibrahim/next-auth-app)\n\n## Technologies\n- Next.js\n- Beautiful layouts with TailwindCSS\n  \n## 🔐 Setup .env file\nGITHUB_ID\n\nGITHUB_SECRET\n\nGOOGLE_CLIENT_ID\n\nGOOGLE_CLIENT_SECRET\n\nNEXTAUTH_SECRET\n\n### :running: Run Locally\n\nClone the project\n\n```bash\n  git clone https://github.com/badiniibrahim/next-auth-app.git\n```\n\nInstall dependencies\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```bash\n  yarn install\n```\n\n## Getting Started\n\nStart the server\nFirst, run the development server:\n\n```bash\n  yarn run dev\n```\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\nOpen [http://localhost:3000](http://localhost:3000) with your browser to see the result.\n\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\u003c!-- Deployment --\u003e\n\n### :triangular_flag_on_post: Deployment\n\nTo deploy this project run\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\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadiniibrahim%2Fnext-auth-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbadiniibrahim%2Fnext-auth-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbadiniibrahim%2Fnext-auth-app/lists"}