Forgot Password Feature using React Native, Node, and MongoDB

Опубликовано: 13 Март 2026
на канале: Shilleh
3,923
51

Learn how to create a Forgot Password/Reset Password feature in your React Native application using Node backend and MongoDB. I presume in this video you have experience with MERN applications and know how to create one. I also assume you are familiar with the basic concepts in these three stacks. By the end of this, you should have a feature that allows you to reset a user's password in the database with some security protocols as well.

Link to Blog Post
https://shillehtek.com/blogs/news/for...

Example of Auth.js File:
https://github.com/shillehbean/youtub...

TIMESTAMPS
00:00 Intro
00:50 Forgot Password Button
02:31 Send Verification Code
09:18 Reset Password with Code