FilamentF
Filament16mo ago
Wally

2nd panel with other authmiddleware

Hello everyone, I have another table with password, also the model that implements FilamentUser etc.., I made another Middleware and added the guard and provider for that specific model, made a custom LoginClass that extend Filament Auth -> Login, defined a route and despite this it doesn't work, the new view point to the default login with users table.
->login(CustomClass::class)
->authMiddleware([
CustomMidd::class
])

Am I forgetting something?
Was this page helpful?