Authorization header comes in network as can seen in picture. But it doesn't show in the axios response after I make a login request.
response = await axios
.post(apiUrl + "/login",
{
"user": {
email,
password
},
}
);
https://i.stack.imgur.com/5g40o.png https://i.stack.imgur.com/RqMFh.png