Pesquisas recentes


Sem pesquisas recentes

Devin Matte's Avatar

Devin Matte

Entrou em 02 de abr. de 2024

·

Última atividade em 11 de abr. de 2024

Seguindo

0

Seguidores

0

Atividade total

3

Votos

1

Assinatura

1

VISÃO GERAL DA ATIVIDADE

Atividade mais recente por Devin Matte

Devin Matte comentou,

Comentário na comunidade 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

Exibir comentário · Publicado 11 de abr. de 2024 · Devin Matte

0

Seguidores

0

Votos

0

Comentários