I have a mvc
web application. I am able to generate a jwt
token and save the token in a http
cookie. Later upon each request to the web api
I pass the jwt
as a bearer token.
In some of the pages I have to load angular 5 app. I have created a httpInterceptor
in the angular app but I am unable to get the same cookie value there so that I can attach an authorization header.