Hi,
I am using the auth0-angular SDK and the AuthHttpInterceptor to inject access tokens into the authorization header for making API calls. Why does the interceptor call into /authorize for every API call I make? I did not disable any caching, using pretty much the defaults. Why does it generate a new access token every time?
Regards,
Bart