Still logged in MVC site, but can’t call web API
There are two types of authentication, cookie and bearer. Where the cookie keeps you logged in, the bearer token can’t. Because the bearer token is set to expire at some point, without allowing you to change the lifetime. The only way to access the resource (api) after the access token expires is to either let … Read more