最近搜索
没有最近搜索

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
评论