FilamentF
Filament2y ago
MZX

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?
Route::get('/admin/quiz/{quiz}', showquizauth::class)->name('showquizauth')->middleware('auth.basic');

replace auth basic with filament auth
Was this page helpful?