We're a place where coders share, stay up-to-date and grow their careers.
Hi. You can find JWT in HTTP header Authorization in response from /api/authenticate.
/api/authenticate
But from your post it says <Response body is empty>
<Response body is empty>
This response body should be the token right?
Yes, response body is empty since JWT is sent via HTTP header. I'll update that code snipped since it's bit confusing.
Hi. You can find JWT in HTTP header Authorization in response from
/api/authenticate
.But from your post it says
<Response body is empty>
This response body should be the token right?
Yes, response body is empty since JWT is sent via HTTP header.
I'll update that code snipped since it's bit confusing.