NestJS Authentication + Refresh Token With Passport.js

Michael Guay August 10, 2024
Video Thumbnail

About

No channel description available.

Video Description

Learn how to implement JWT authentication in a NestJS application. Includes refresh token authentication to refresh our JWT and prevent users from having to authenticate. Get access to the full lecture which includes connecting a Next.js UI & applying our JWT/Refresh authentication + Google OAuth: https://michaelguay.dev/ GitHub Repository: https://github.com/mguay22/nestjs-social-auth-refresh Timestamps: 00:00:00 Introduction 00:04:18 MongoDB 00:14:02 Users CRUD 00:28:00 JWT Auth 01:08:00 Refresh Token