Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

davegfarias's avatar

Ideas on how to implement OTP reset password using Laravel Breeze

Hey, guys!

I'm having a lot of trouble trying to implement a OTP password reset on Laravel. I'm currently using Breeze and I had settled everything that is necessary to run the project (front and back). But, I want to implement this OTP layer between the currently system that Breeze implemented.

Here is the flow of the application:

"Forget the Password" -> View (type the email in the form) -> sends a e-mail with the OTP in the back, user sees a page with the place to type in the code -> user type the code in the form -> performs the simple authentication -> redicts to the default reset password page.

I'm currently two + weeks on this stuff and never figured out a way to implement this.

Some help? Thanks in advance.

0 likes
0 replies

Please or to participate in this conversation.