最近の検索
最近の検索はありません

Devin Matte
参加日2024年4月02日
·
前回のアクティビティ2024年4月11日
フォロー中
0
フォロワー
0
合計アクティビティ
3
投票
1
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Devin Matte
Devin Matteさんがコメントを作成しました:
コミュニティのコメント 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
コメントを表示 · 投稿日時:2024年4月11日 · Devin Matte
0
フォロワー
0
投票
0
コメント