Filament::auth()->login($user), multiple guards
How does
Looking from a testing perspective, can I specify the guard to use?
Filament::auth()->login($user) deal with issue where there are multiple panels and guards?Looking from a testing perspective, can I specify the guard to use?