MENU

Fun & Interesting

Next.js Full Stack Auth: Secure JWT, Cookies & Sessions with Custom Backend

Indian Coders 2,797 lฦฐแปฃt xem 1 month ago
Video Not Working? Fix It Now

๐Ÿ”’ Master **Next.js Authentication** without third-party services!
Learn how to build a **secure JWT-based auth system** using cookies & sessions without relying on Firebase, Supabase, or any third-party service**!

๐Ÿš€ Say goodbye to third-party auth services and take full control of your authentication system!

In this step-by-step tutorial, we cover:
โœ… JWT-based authentication
โœ… HttpOnly Cookies for enhanced security
โœ… Session handling & best practices
โœ… Protecting routes and APIs
โœ… Preventing CSRF, XSS, and token theft

๐Ÿš€ Tech Stack Used:
๐Ÿ”ฅ Next.JS 15 WithApp Router, Server Actions, Middleware
๐Ÿ”ฅ Framer Motion For Animations
๐Ÿ”ฅ Scalable Server/Client Components
๐Ÿ”ฅ Node.JS Express Backend Authentication Server
๐Ÿ”ฅ Redis for Caching
๐Ÿ”ฅ MySQL for storing User details
๐Ÿ”ฅ Docker and Docker Compose for Services of all apps


Timestamps:
0:00 Introduction and Demo
04:02 Setting up Next.JS 15 app
06:00 Setup Nodejs app from GitHub repo
11:48 Add initial services for Backend using express
15:36 Run MySQL container on Docker with volumes
21:22 Run Redis container on Docker
23:14 Connect application to MySQL and Redis and Create tables
41:15 Building API for Create/Get user and add SQL Query for that
1:10:35 Hash passwords with bcryptjs and add login/signup routes
1:37:01 Generating and sending JWT Tokens for Auth
1:56:02 Encrypt Refresh tokens with crypto and store in Redis Cache with TTL
2:30:12 Set tokens in HTTP-Only cookies
2:54:36 Starting Next.JS app on frontend and creating login/signup pages
3:06:08 Introduction to Form Actions (Server Actions and Client Actions)
3:09:30 Creating Schema using ZOD schema
3:23:24 Creating Login and Signup Server Actions (Form Actions) with axios interceptors
3:46:18 Set cookies manually using set-cookie-parser
3:59:14 Validate cookies and access/refresh tokens by adding middleware on backend and frontend
5:09:30 Creating profile access route with middleware on backend.
5:23:04 Designing webpages with framer-motion
5:59:36 Optimizing app
6:07:04 Creating Dockerfile for backend and frontend
6:15:34 Creating docker-compose.yml for Nextjs, nodejs apps with adding separate envs for db
6:26:14 Summary and Next Steps

๐Ÿ“Œ **Source Code:**
Template: https://github.com/Nikhilthadani/Nodejs-Typescript-Template/tree/template
Full Code: https://github.com/Nikhilthadani/NextJs-Nodejs-Custom-Auth/tree/master

๐Ÿ“Œ **Linkedin:** https://www.linkedin.com/in/indiancoders/

๐Ÿ”” **Subscribe for More Full-Stack Tutorials!**
๐Ÿ‘ **Like & Comment** if this helped you!

Video tags:
Nextjs 15 Authentication project,nextjs authentication, nextjs jwt authentication, nextjs auth tutorial,
nodejs authentication, secure nextjs auth,

Comment