Login 2FA
Guys fast doubt, there's any way to use the Jetstream Authentication 2FA with Filament to login?
I did something clean like:
In my AdminPanelProvider I removed the and added
So in my routes/web.php I added:
Obs: I know there's a composer package that filament supports, but I want to make with own Jetstream.
2 Replies
If you only have one panel just use:
Route::redirect('/manage/login', '/login');
You shouldn’t need to remove the Filament middleware. Just remove the login and redirect to your Jetstream login.