Access token expiry

Hi @sellochrismodise,

The AuthHttpInterceptor is used to attach access tokens to outgoing requests.

Therefore, you must select which requests to attach the access token to in the SDK config.

For an example, I suggest referring to our Auth0 Angular - Call an API example.

Cheers,
Rueben