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
@@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.
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
Great knowledge. What if we want to reset password of some specific guard user .
so this is working with sanctum right. i wanted to do it custom without any package.
Why you do not want to use sanctum? Any reasons?
@@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.
THen you need to study codebase of sanctum package@@AnsKhan
clean and straight to the point... thank you :))
Hi sir what's different with spatie for forgot password api
Very helpful. Thanks a lot.🥰
Thank u , but how can i get the token and send it from mobile app ,
thanks about your tutorial...
Thanks a lot bro
Welcome brother
Great Work!
Thanks a lot!
Thanks, it helped a lot :)
but sir please identify if we want to reset password with out email in laravel
There was no token in url when "click to reset" button
This is a simple clean solution, unfortunately, it doesn't work for Laravel 9 due to some issues with the framework
Did you find a solution?
but why are you passing the email when updating password, isnt the token suppose to handle that?
I am uploading updated video for latest laravel version this week
How to get token from action forgotPassword controller passing to api axios?
Do you work in laravel 9 ?
Yes
NICE!!!!!!!!!
Thank you, much love for you :)
You are welcome, more love
Thank you!
You're welcome!
nice
Thank you so much brother
thanks a lotttt
thank you bro
Welcome
BadMethodCallException: Method App\Http\Controllers\Auth\ForgotPasswordController::forgotPassword does not exist. in
Did you find a solution?