如果你想不更改默认情况下使用其他守卫,你可以通过auth()调用guard()来实现:
$apiUser = auth()->guard('api')->user();
这就可以了,对于此调用,使用api守卫来获取用户。
Last updated 5 years ago