Laravel Passport multple session auth guard

62 Views Asked by At

during laravel passport redirect for authorization (/oauth/authorize), can I specify to passport which auth guard to check authentication for (if I want auth for admin which is not the default), instead of using the guard specified in the passport.php config?

0

There are 0 best solutions below