Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen

Devin Matte
Beigetreten 02. Apr. 2024
·
Letzte Aktivität 11. Apr. 2024
Folge ich
0
Follower
0
Gesamtaktivitäten
3
Stimme
1
Abonnement
1
AKTIVITÄTSÜBERSICHT
BADGES
BEITRÄGE
POSTS
COMMUNITY-KOMMENTARE
BEITRAGSKOMMENTARE
AKTIVITÄTSÜBERSICHT
Neueste Aktivität von Devin Matte
Devin Matte hat einen Kommentar hinterlassen
Community-Kommentar 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
Kommentar anzeigen · Gepostet 11. Apr. 2024 · Devin Matte
0
Follower
0
Stimmen
0
Kommentare