react-use-intercom icon indicating copy to clipboard operation
react-use-intercom copied to clipboard

Add support for auth_tokens in boot and update methods

Open nhibberd opened this issue 6 months ago • 2 comments

Users can now pass authentication tokens to Intercom for secure data operations. The authTokens property accepts an object with any string key-value pairs.

Example usage: boot({ email: '[email protected]', userId: '9876', authTokens: { security_token: 'abc...' // JWT } })

🤖 Generated with Claude Code

nhibberd avatar Aug 02 '25 00:08 nhibberd

🦋 Changeset detected

Latest commit: 7ff5a4e28ae7b051e602e3aa3124d1927f471c93

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
react-use-intercom Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

changeset-bot[bot] avatar Aug 02 '25 00:08 changeset-bot[bot]

@nhibberd hello! I'm currently facing this limitation with auth_tokens, will this PR be continued? 🙏

kane-chang avatar Nov 24 '25 10:11 kane-chang