You can create your own login controller and redirect to it, where you can do other actions as needed.
Similar to: https://laracasts.com/discuss/channels/laravel/version-8-redirects
Just a suggestion.
Hi All I'm using Breeze as my scaffolding for authentication but I've been asked to put in some two factor authentication where the user logins in, gets sent an email with a code, puts the code in and then is taken through to the main application pages.
I've been following the instructions from Povilas Korop on his blog at https://blog.quickadminpanel.com/add-two-factor-email-verification-to-laravel-auth/ which does exactly what I am aiming to achieve.
However, Breeze doesn't seem to come with a Login Controller so I was a bit lost at that point.
Can anyone take a look at this and give me some advice of how to achieve this with Breeze. Much appreciated. Jan
You can create your own login controller and redirect to it, where you can do other actions as needed.
Similar to: https://laracasts.com/discuss/channels/laravel/version-8-redirects
Just a suggestion.
Please or to participate in this conversation.