nhagen/react-intercom

Support for user_hash for Identify Verification

Closed this issue · 1 comments

It doesn't appear as though this component supports user_hash for guaranteed communication with Intercom? That is to say, the following doesn't work:

const user = { email: currentUser, user_hash: accountStore.intercomHash };
return <Intercom appID={config.intercomID} {...user} />;

This results in:

Intercom Messenger error: Missing user_hash. A valid user_hash is required to authenticate users when Identity Verification is enabled.

Operator error. Closing.