In this video you can learn to create nestjs authentication with otp verification and reset password with the help of reset link.You will also learn to use jwt guard for accessing protected routes. Nestjs auth source code:- https://github.com/coderTech11/nestjs... Nestjs nodemailer code:- https://github.com/coderTech11/Email-... Nestjs Nodemailer video: • Send Emails via SMTP Using Nodemailer and ... Postgresql installation: • Install postgresql and run pgadmin on Windows Timestamps : 00:00 Introduction 00:17 Demo 05:21 Nestjs nodemailer service 06:24 Postgres connection with typeorm 12:38 Create user registration 23:36 Generate OTP and send via email 43:48 User login with jwt functionality 57:16 OTP Verification 01:05:22 Resend otp 01:12:25 Forgot password reset link 01:23:16 Reset password function for reset token validation 01:32:17 Jwt Guard for protected routes