Can you show how to make more customizations on the reset password function by laravel, like set time for the token expiration, or how to use a different hashing algo for the token creation etc
@tranngan60422 жыл бұрын
Very helpful. Thanks a lot.🥰
@AnsKhan Жыл бұрын
so this is working with sanctum right. i wanted to do it custom without any package.
@WebDevMatics Жыл бұрын
Why you do not want to use sanctum? Any reasons?
@AnsKhan Жыл бұрын
@@WebDevMatics just for practice and to work on my skills to grasp a real understanding of how things work. so create every single file and line of code by myself. for the first time. Once done. then will use packages :) Just trying to learn.
@WebDevMatics Жыл бұрын
THen you need to study codebase of sanctum package@@AnsKhan
@NotBeHaris3 жыл бұрын
Great knowledge. What if we want to reset password of some specific guard user .
@ivy487663 жыл бұрын
Thank you, much love for you :)
@WebDevMatics3 жыл бұрын
You are welcome, more love
@rashidrafiq9239 Жыл бұрын
Thanks, it helped a lot :)
@Link2k53 жыл бұрын
Great Work! Thanks a lot!
@LizwiSilimela Жыл бұрын
but why are you passing the email when updating password, isnt the token suppose to handle that?
@WebDevMatics Жыл бұрын
I am uploading updated video for latest laravel version this week
@ammaralhomyqani90792 жыл бұрын
Thank you so much brother
@chandrawadud807 Жыл бұрын
Hi sir what's different with spatie for forgot password api
@sst-SolutionsScienceTechnology3 жыл бұрын
thanks about your tutorial...
@MuhammadNaeem-bl4lg2 жыл бұрын
but sir please identify if we want to reset password with out email in laravel
@hassan_codes2 жыл бұрын
This is a simple clean solution, unfortunately, it doesn't work for Laravel 9 due to some issues with the framework
@ammarsy7435 Жыл бұрын
Did you find a solution?
@paingheinkhantvlog Жыл бұрын
Thanks a lot bro
@WebDevMatics Жыл бұрын
Welcome brother
@abdrhmankafo83013 жыл бұрын
Thank u , but how can i get the token and send it from mobile app ,
@mayyadanartun1683 жыл бұрын
There was no token in url when "click to reset" button
@ammarsy7435 Жыл бұрын
Do you work in laravel 9 ?
@WebDevMatics Жыл бұрын
Yes
@khoavouc37062 жыл бұрын
How to get token from action forgotPassword controller passing to api axios?
@fernandocosta17153 жыл бұрын
Thank you!
@WebDevMatics3 жыл бұрын
You're welcome!
@jessicathedoc85692 жыл бұрын
NICE!!!!!!!!!
@ajisukmo38833 жыл бұрын
thank you bro
@WebDevMatics3 жыл бұрын
Welcome
@JuanCarlosGuerraMalaveWar19832 жыл бұрын
BadMethodCallException: Method App\Http\Controllers\Auth\ForgotPasswordController::forgotPassword does not exist. in