Firstly, I will provide you with images of POSTMAN tests (you can find the link to the google drive containing postman.png at the end of this question)
The issue at hand is that there is a client on angular.js and a Laravel API (without access to configuration and code)
I aim to implement JWT Auth on the client. When data is sent to the API, angular.js sends the first request - OPTIONS - (you can find the image of this request in the google drive under angular-option.png)
Following the OPTIONS request is the POST request (images for POST-1.png and POST-2.png can be found in the google drive) Although the response header shows the Authorization key with my token, when I log() the request and response on the client side, this header is not present (the image showing the response on the client side can be found in the google drive under response-client.png)
Why is the Authorization header missing in this response?
Thank you for your assistance