Recherches récentes
Pas de recherche récente

Devin Matte
Adhésion le 02 avr. 2024
·
Dernière activité le 11 avr. 2024
Suivis
0
Abonnés
0
Activité totale
3
vote
1
Abonnement
1
APERÇU DES ACTIVITÉS
BADGES
ARTICLES
PUBLICATIONS
COMMENTAIRES DE LA COMMUNAUTÉ
COMMENTAIRES SUR L’ARTICLE
APERÇU DES ACTIVITÉS
Dernière activité effectuée par Devin Matte
Devin Matte a ajouté un commentaire,
Commentaire de la communauté 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
Afficher le commentaire · Publication le 11 avr. 2024 · Devin Matte
0
Abonnés
0
Votes
0
Commentaire