#Filament::auth()->login($user), multiple guards
4 messages · Page 1 of 1 (latest)
4 messages · Page 1 of 1 (latest)
How does 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?
It would log them in directly bypassing the guards looking a the code.
Cheers, it seems to work for whichever user model I am trying for, so I'm not going to argue with it. I hate tests enough already !