Node.js Auth API with JWT, PostgreSQL & Prisma | Vibe Coding

Опубликовано: 30 Март 2025
на канале: Code With Joel
177
7

This video walks you through how to build a full authentication system in Node.js using Express, PostgreSQL (hosted on Kinsta’s Sevalla), and Prisma.

I’ll show you exactly how to set up things like signup, login, logout, forgot-password, reset-password, and refresh tokens using JWT. No frontend, just clean backend code that makes sense.

I'm using TypeScript and a simple MVC-ish structure—routes, controllers, services, middleware, and helpers—so you can actually understand what’s going on and reuse this in your own projects.

GitHub repo: https://github.com/olawanlejoel/auth-...

🔧 What you'll learn
How to hash passwords with bcrypt
How to generate and verify JWT access and refresh tokens
How to store refresh tokens and handle secure logout
How to implement forgot + reset password flows
How to structure your Node.js backend so it doesn’t become a mess
How to test everything using Postman

If you're trying to actually understand how real-world auth works, not just copy/paste boilerplate, this is for you. Ask me stuff in the comments if anything’s unclear.

00:00 - Intro & prompting
02:53 - Project setup (Node.js, TypeScript, Express)
08:30 - Setting up Prisma & PostgreSQL (Kinsta Sevalla)
15:50 - Creating the User model in schema.prisma
17:00 - Running migrations and generating the client
23:00 - Implementing the signup route
45:15 - Login route
48:35 - Logout route (clearing tokens)
52:40 - Refresh token route
01:03:25 - Forgot password flow
01:15:19 - Middleware for auth (protecting routes)


Смотрите видео Node.js Auth API with JWT, PostgreSQL & Prisma | Vibe Coding онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Code With Joel 30 Март 2025, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 177 раз и оно понравилось 7 людям.