Ricerche recenti


Nessuna ricerca recente

Devin Matte's Avatar

Devin Matte

Data ingresso 02 apr 2024

·

Ultima attività 11 apr 2024

Seguiti

0

Follower

0

Attività totali

3

Voto

1

Abbonamento

1

PANORAMICA ATTIVITÀ

Ultima attività di Devin Matte

Devin Matte ha commentato,

Commento nella community 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

Visualizza commento · Data ultimo post: 11 apr 2024 · Devin Matte

0

Follower

0

Voti

0

Commenti