We recently started using JWT for authn/AuthZ.There is a property that the SDK adds to requests to Intercom. It is called anonymous_session . It appears to keep the API calls to Intercom working beyond the JWT expiry. :
- Why does this keep authentication alive?
- Is there a way we can disable it to have more control over the amount of time the API is accessible.