I am newbie in laravel. I installed laravel 5.7 with passport . I successfully done the login and got the user access token . Actual problem is I wrote a route which is used to fetech user deatlis . Then I access the url with the token but it's showing unauthenticated message.
I used the laravel default server in my local system and vue axios client for request to server .
Thanks in advance.