--- type: video yt_id: VVU2YVRMdUlfajQtMHdpRFN6bWFQY3RRLnQ4SFFieDJFRGVR videoId: t8HQbx2EDeQ title: "Your Next.js Project Doesn't Need Auth" date: "2023-11-02T14:24:40Z" slug: "your-nextjs-project-doesnt-need-auth" image: name: "your-nextjs-project-doesnt-need-auth.jpg" alt: "Your Next.js Project Doesn't Need Auth" width: 1280 height: 720 status: 'published' description: "It doesn't matter if you're building an app for money or for yourself, you should always be focusing on building the most important and most valuable features. In the early stages, login is not an important feature, and it can make initial development slower, so put off login. " tags: [] --- It doesn't matter if you're building an app for money or for yourself, you should always be focusing on building the most important and most valuable features. In the early stages, login is not an important feature, and it can make initial development slower, so put off login. Once you're ready to implement login, check out my video on using next auth with next 14 [https://youtu.be/t8HQbx2EDeQ](https://youtu.be/t8HQbx2EDeQ) ## Chapters: * 0:00​ Intro * 1:14 App without auth * 2:24 Fake auth * 12:26 Conclusion