Skip to content

draft: Add HMAC for chatwoot identity verification

james kiger requested to merge 39-chatwoot-identity-verification into master

This MR adds an environment variable for a Chatwoot identity token, which it then uses to generate an identifier hash that can be sent to the frontend for identifying users in Chatwoot conversations.

I created a new serializer, CurrentUserSerializer, for this purpose, as I figured that the identifier hash should only be returned for the current user.

Edited by james kiger

Merge request reports