Passport - “Unauthenticated.” - Laravel 5.3
问题 I hope someone could explain why I'm unauthenticated when already has performed a successfull Oauth 2 authentication process. I've set up the Passport package like in Laravel's documentation and I successfully get authenticated, receives a token value and so on. But, when I try to do a get request on, let say, /api/user , I get a Unauthenticated error as a response. I use the token value as a header with key name Authorization , just as described in the docs. Route::get('/user', function