I'm using Laravel 5.7 with Passport installed, every thing goes OK on localhost: sign-up, sign-in and all other functionalities, don't know why when I uploaded the project to the server I always get Unauthenticated error message.
so far, I can login and issue the access token, but when try using this token to access other routes it fails and shows the previous message.
All tests have done on Postman.
Note: when I inspected the request header I couldn't see the authorization parameter appear in the header !!
*******images***********
test authenticated route failed
*******images***********
any help here,,,
thanks in advance.