please continue this while you have extra time.. your videos are helping me alot in my learning react process and your suggestions are helpful too.
@zancrow_gaming Жыл бұрын
God bless sir. I love how you dont hide anything from us and just show us how to to juggle the back and front together
@muneebwaqas400 Жыл бұрын
So good to see a Pakistani working in tech tutorials .Good work Keep it up @Code With Yousaf
@maicolaviles71410 ай бұрын
Ey friend, really thanks, i has been learning most with this video
@nilkamalroy53753 ай бұрын
Nice Video and your videos are helpfully.. thanks sir
@gabrielkingori33759 ай бұрын
A great video indeed 👍👍
@shariquefaridi5716 Жыл бұрын
Good explanation bhai❤
@raouffilali9617 Жыл бұрын
BIG THANKS to you man i really needs it and you explain it very well thank you
@nerfedwukong.7352 Жыл бұрын
sir any alternative for "vite-plugin-rewrite-all"? im not using vite on my project just react.
@rishabh_pant3 ай бұрын
Great video sir. Is it acceptable to use this or OTP is better
@MsSoldadoRaso Жыл бұрын
Do not use this implementation for the following reasons: -It does not check if the user requested the password reset, allowing anyone with the token to change the password even another user's password if you have their id. -The new password is sent in plain text, which could be intercepted. -The user ID and token are visible in the URL, which can be exploited for credential theft. -Email is not validated before generating the token, which could lead to a DoS attack. that code is a great example of how not to do the password reset implementation, don't do this if your web application doesn't want to be bug bounty. :D
@codewithyousaf Жыл бұрын
Of course for real-life applications, you should consider security but this is for learning purposes to learn how to reset passwords, bro. Thanks for your comment.
@debaroondebroy911 Жыл бұрын
@@codewithyousaf Savage reply for haters 😆
@DummyTummy55454 ай бұрын
@@debaroondebroy911 what savage reply? What is use of password reset other than real world implementation? Terrible tutorial
@RRAAJJPATEL Жыл бұрын
hello sir ! i need your help regarding this forgot password project
@KillerJ-z5h Жыл бұрын
ha karo ne..
@DevilJ-tc6hy Жыл бұрын
yes sir help karo na ... please..
@basitali2962 Жыл бұрын
Thanku u i got bug from your code
@All-in-one-chronicles Жыл бұрын
what bug ?@@basitali2962
@ChiruBillion Жыл бұрын
thank u very much yousaf 💗
@DevaViswa_G10 ай бұрын
Hello yousaf , vite-plugin-rewrite-all is deprecated now , what is the alternate for the 404 error in 16:27
@codewithyousaf10 ай бұрын
just update vite npm i vite@latest
@deadtome21027 ай бұрын
@@codewithyousaf Did that. It's still not working :(
@codewithyousaf7 ай бұрын
@@deadtome2102 which version of vite has been installed in your project.
@AlejandroLopez-di9xp6 ай бұрын
Do you have the Git hub link to better detail the code, I would appreciate it, thank you
@shivamshivamc77384 ай бұрын
Vite-plugin-rewrite-all is for only vite or react both if no than what is the react module name? Please reply
@hpamsc4 ай бұрын
Hi sorry where is the complete code from login, register, forgotpassword and reset password my friend?
@codewithyousaf4 ай бұрын
you can find on my channel
@tharindusandaruwan22954 ай бұрын
Thank you so much
@cryptoworld19238 ай бұрын
When i reset password, in console showing err_unexpected_proxy_auth. But in postman working fine
@All-in-one-chronicles Жыл бұрын
how to do this if i have similar file like this "Controller, Routes, Slice " ?
@temitopeadebunmi2200 Жыл бұрын
Bless you sir❤
@NeerajSharma-sk2rs Жыл бұрын
there is problem with smtp bro please suggest something for solving problem
@nerfedwukong.7352 Жыл бұрын
you didnt show what to install to use nodemailer
@codewithyousaf Жыл бұрын
Sorry 🙏 Just we need to install nodemailer npm i nodemailer
@madhurchaturvedi55519 ай бұрын
I am making login system where user have to always verify the link in email then he will login can you help to make that system how many time user can login it doesn't matter law user have to verify the link on given send on again and again
@sharidansari28527 ай бұрын
thanks for shearing
@KhanhNguyen-ie6xj8 ай бұрын
BRO BUT IF U DEPLOY IT HOW TF U GONNA PUT LOCALHOST LINK FOR RESETING PASSWORD, SIGH
@codewithyousaf8 ай бұрын
When we host it we don't need localhost we are using our domain.