How to get Filament Auth middleware?
I am trying to use the filament auth page as a middleware on of the routes, how would i go about it?
replace auth basic with filament auth
replace auth basic with filament auth
Route::get('/admin/quiz/{quiz}', showquizauth::class)->name('showquizauth')->middleware('auth.basic');