Búsquedas recientes


No hay búsquedas recientes

Devin Matte's Avatar

Devin Matte

Incorporación 02 abr 2024

·

Última actividad 11 abr 2024

Seguimientos

0

Seguidores

0

Actividad total

3

Voto

1

Suscripción

1

RESUMEN DE LA ACTIVIDAD

Última actividad de Devin Matte

Devin Matte hizo un comentario,

Comentario de la comunidad 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

Ver comentario · Publicado 11 abr 2024 · Devin Matte

0

Seguidores

0

Votos

0

Comentarios