Hey there! thanks for watching. Please leave a LIKE and use the Timestamps below to go through the video if you want. 00:00 Intro & Preview 00:14 Route to actually reset password 02:40 Password reset link expiry 04:47 Valid password reset string 07:02 Handling new provided password 11:39 We have a problem testing 12:36 Working demo 15:30 Conclusion 15:58 Bloopers
@js-javascript17063 жыл бұрын
New subscriber! I'm loving the series please make more like these.
@ToThePointCode3 жыл бұрын
Sure man! Thanks for the feedback 🤝.
@dravidjones844710 ай бұрын
Thank you mate!
@kyawswarhtet3238 Жыл бұрын
Thank You, yours videos are so helpful 😍
@iancarlos51993 жыл бұрын
Can you do a tutorial that shows how to implement this to the app you were making in expo?
@ToThePointCode3 жыл бұрын
Noted 📝
@ASNxNISHANT3 жыл бұрын
Thank you
@ToThePointCode3 жыл бұрын
You're welcome
@samaalisiwar12692 жыл бұрын
🙏Thank you
@ASNxNISHANT3 жыл бұрын
Please add the resources on the website of the previous and this video as well.
@ToThePointCode3 жыл бұрын
Sure, done.
@ASNxNISHANT3 жыл бұрын
@@ToThePointCode Thank You
@MsSoldadoRaso Жыл бұрын
nice vid
@theOnlyMaleReneInNigeria2 жыл бұрын
the result returned from the db is an array? i thought it was an object
@trivan82152 жыл бұрын
I want to ask, Is there a security risk when you push reset string and user id to url ? Whoever get that two info (reset string and user id) can change the password .