简体   繁体   中英

How to get auth user in Laravel controller when using the Laravel passport for API?

Will auth::user() work to get authorized credentials?

If not how can I get those?

用护照我用return Auth::guard('api')->user();

使用Passport,您可以通过请求对象访问用户:

$request->user()

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM