Yashblog.yassh.in·Oct 31, 2024Authentication using NexAuth in NextJSAuthentication in NextJS has been made very simple by the next-auth library, in this post we will go through on how to setup authentication in your NextJS 14 application. We will not be using NextJS 15 because it is not stable yet. I will not go thro...Discuss·28 readsNext.js
Gergo Starostablog.starigeri.hu·Oct 17, 2024[How To] Authentication with IdentityServer4 and NextAuth v4 (Next.js App Router)Introduction I recently worked on a project where I was responsible for the entire frontend, and authentication was handled through IdentityServer4. Initially, it was quite challenging because I had never integrated IdentityServer4 with the Next.js A...DiscussNext.js
Gaurav Vishwakarmablogs.gauravvishwakarma.com·Oct 14, 2024A Comprehensive Guide to NextAuth.js: Secure Authentication for Next.js ApplicationsIn modern web applications, authentication plays a crucial role in providing users with a personalized experience while ensuring their data's security. If you're using Next.js, one of the most powerful tools for handling authentication is NextAuth.js...Discussnextauth.js
Turing Vangisms.hashnode.dev·Oct 8, 2024Nextjs FirebaseNext.js Firebase Integration: A Comprehensive Guide When building modern web applications, combining Next.js with Firebase can offer a powerful and efficient solution. In this article, we'll explore how Next.js Firebase integration works, the benefit...Discuss·1 likeNext.js
Rohan Shrivastavarohanblogs.hashnode.dev·Sep 30, 2024Deploying a Next.js Project on Vercel: My ExperienceRecently, I deployed my Next.js project on Vercel, and it was surprisingly easy. If you're new to deploying Next.js apps, here's how I did it: 1. Create a Next.js Project First, I created my Next.js project using the command: npx create-next-app@late...DiscussNext.js
Yahya Dahiryahyadahir.hashnode.dev·Sep 25, 2024Next.js for Scalable Web Apps: A Frontend Developer's JourneyAs a Frontend developer, I’ve been fortunate enough to work on various projects that use the power of Next.js. From cryptocurrency data and analytics to job board all which has benefited immensely from the power of Next.js. It has been my go-to tool ...DiscussNext.js
tkssharmaarticles.tkssharma.com·Sep 23, 2024Buddy Clone App using nextjs 14.xI'd be glad to provide a comprehensive guide on building a full-stack clone app using Next.js and Prisma: Prerequisites: Node.js and npm (or yarn) installed Basic understanding of React and Next.js Familiarity with Prisma ORM Getting Started: C...DiscussNEXTAUT
Shivam barthwalshivamcoder.hashnode.dev·Sep 14, 2024Mastering Authentication in Next.js with Auth.jsAuthentication is a fundamental aspect of modern web applications, ensuring users can securely access their accounts and sensitive data. Integrating authentication in Next.js can be straightforward with the help of Auth.js (formerly known as NextAuth...DiscussNext.js
Aman Mishraamanmishra.hashnode.dev·Sep 14, 2024Understanding State in ReactIn React, state refers to data that a component maintains over time, acting like the component’s memory. It's essential for storing information that needs to persist throughout the lifecycle of the app. For example, state is used in features like not...Discuss·2 likesReact
tkssharmaarticles.tkssharma.com·Aug 28, 2024Building FullStack Clone Application with Nextjs and NextAuth Prismahttps://www.youtube.com/watch?v=KPQxnI3H-88&list=PLU-FndeNRY4Cw7Kq7SHtqpI5bK06s8wt0&index=3 Building a Full-Stack Clone Application with Next.js, NextAuth.js, and Prisma Introduction In this blog post, we'll explore how to build a full-stack clone ...DiscussNext.js