{"id":19503235,"url":"https://github.com/renovatt/next-auth-with-next13","last_synced_at":"2025-04-15T17:13:50.892Z","repository":{"id":168728831,"uuid":"644518617","full_name":"renovatt/next-auth-with-next13","owner":"renovatt","description":"Este é um pequeno projeto fullstack que utiliza next-auth para autenticação de login na versão Next.js 13.4. O projeto usa MongoDB como banco de dados e inclui recursos como JWT, bcrypt, React-Hook-Form e Zod para melhorar a segurança e a validação dos dados.","archived":false,"fork":false,"pushed_at":"2023-05-28T00:40:27.000Z","size":676,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-15T17:13:45.503Z","etag":null,"topics":["jwt","mongodb","next13","next13app","nextauth","nextjs","prisma","tyepscript"],"latest_commit_sha":null,"homepage":"https://next-auth-with-next13.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/renovatt.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":"2023-05-23T17:27:47.000Z","updated_at":"2023-10-02T08:31:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"f213b1c4-86b3-4f33-82d6-82e5470826f9","html_url":"https://github.com/renovatt/next-auth-with-next13","commit_stats":null,"previous_names":["renovatt/next-auth-with-next13"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renovatt%2Fnext-auth-with-next13","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renovatt%2Fnext-auth-with-next13/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renovatt%2Fnext-auth-with-next13/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/renovatt%2Fnext-auth-with-next13/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/renovatt","download_url":"https://codeload.github.com/renovatt/next-auth-with-next13/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249116199,"owners_count":21215143,"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":["jwt","mongodb","next13","next13app","nextauth","nextjs","prisma","tyepscript"],"created_at":"2024-11-10T22:20:09.222Z","updated_at":"2025-04-15T17:13:50.887Z","avatar_url":"https://github.com/renovatt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#\n\n\u003cdiv align='center'\u003e\n\u003ch1\u003eNext-Auth\u003cbr\u003e \u003cbr\u003e\n\u003cp\u003eAutenticação com Next-Auth\u003c/p\u003e\n\u003cimg src=\"./public/auth.png\" width=\"50px\"\u003e\u003c/h1\u003e\n\u003c/div\u003e\n\n## Descrição\n\n[Ver Projeto](https://next-auth-with-next13.vercel.app/)\n\n#### Este é um pequeno projeto fullstack que utiliza [next-auth](https://next-auth.js.org) para autenticação de login na versão Next.js 13.4. O projeto usa MongoDB como banco de dados e inclui recursos como JWT, bcrypt, React-Hook-Form e Zod para melhorar a segurança e a validação dos dados. Além disso, foi implementada uma API simples que permite o tratamento de erros em tempo real, fornecendo feedback instantâneo ao usuário.\n\n#\n\n\n\u003c!-- ![screens](./public/screens.png)\n\n# --\u003e\n\n\u003c!-- ## _Layout Mobile_\n\n![Mobile 1](./public/mobile-1.png)\n![Mobile 2](./public/mobile-2.png)\n![Mobile 3](./public/mobile-3.png)\n\n# --\u003e\n\n## _Layout Web_\n\n\n![Web 1](./public/web-1.png)\n#\n![Web 2](./public/web-2.png)\n#\n![Web 3](./public/web-3.png)\n#\n\n## 🛠️ Tecnologias\n\n💻 **Front-end**\n- [Next.js 13.4](https://nextjs.org)\n- [TypeScript](https://www.typescriptlang.org)\n\n📚 **Bibliotecas**\n- [next-auth](https://next-auth.js.org)\n- [jsonwebtoken](https://jwt.io)\n- [bcrypt](https://www.npmjs.com/package/bcrypt)\n- [zod](https://zod.dev)\n- [react-hook-form](https://react-hook-form.com)\n- [react-toastify](https://www.npmjs.com/package/react-toastify)\n\n📁 **Back-end**\n- [Prisma](https://www.prisma.io)\n- [Node.js](https://nodejs.org)\n- [MongoDB](https://www.mongodb.com)\n\n🎨 **Estilização**\n- [tailwindcss](https://tailwindcss.com/docs/installation)\n\n🔋 **Versionamento e Deploy**\n- [Git](https://git-scm.com)\n- [Vercel](https://vercel.com/)\n\n\u003cbr\u003e\n\n⚙️ **Configuranções e Instalações**\n\nClone do Projeto\n\n    $ git clone https://github.com/renovatt/next-auth-with-next13.git\n\nInstalando as dependências\n\n    $ npm install\n\nIniciando o projeto\n\n    $ npm run dev\n\n\u003cbr\u003e\n\n**Como contribuir?**\n\n- Você pode dar suporte me seguindo aqui no GitHub\n- Dando uma estrela no projeto\n- Criar uma conexão comigo no linkedin fazendo parte da minha networking e curtir o meu projeto.\n\n\u003cbr\u003e\n\n**Autor**\n[Wildemberg Renovato de Lima](https://www.linkedin.com/in/renovatt/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenovatt%2Fnext-auth-with-next13","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frenovatt%2Fnext-auth-with-next13","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frenovatt%2Fnext-auth-with-next13/lists"}