Recent searches


No recent searches

Devin Matte's Avatar

Devin Matte

Joined Apr 02, 2024

·

Last activity Apr 11, 2024

Following

0

Followers

0

Total activity

3

Vote

1

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Devin Matte

Devin Matte commented,

Community comment Developer - Zendesk SDKs

I'm also running into this and nothing on this thread seems to be helping. The token seems valid, I'm passing it through

zopim.livechat.authenticate({
     jwtFn(callback) {
          fetchFunction().then(
              function (res) {
              		// res is an object { id: string } where the string is the jwt
                    callback(res.id);
              },
          );
     },
});

And I'm getting 

{
  "success": false,
  "error": "failed to validate claims"
}

Is there anything I'm missing here? I'm almost certain I'm signing it correctly

View comment · Posted Apr 11, 2024 · Devin Matte

0

Followers

0

Votes

0

Comments