如何在 api 路由中使用 auth

How to use auth in api routes

我正在尝试在我的 routes/api.php 文件中调用 Auth::user()

但是 Auth::user() returns null.

与此同时,在 routes/web.php 文件中它起作用了。

如何解决?

我将不胜感激...

guard()

通话
Auth::guard('api')->user();