Hi guys, could anyone help me with an authentication issue? Whenever I send a POST request from another app to my Laravel app, I get back {"message": "Unauthenticated."}. I'm running Laravel 8, using sanctum and attaching a generated PAT to my request as a bearer token.
The route is under the auth:sanctum middleware.
I tracked it to a point where it looks like the request is checked for an attached user, which is not there.