So I am trying to use JSON web tokens for authentication and am struggling trying to figure out how to attach them to a header and send them on a request.
I was trying t
I see several options to set an header transparently for each request:
This way you could set your header in one place and this would impact aok your HTTP calls.
See the following questions: