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

Taras Makota
参加日2021年4月15日
·
前回のアクティビティ2021年10月22日
フォロー中
0
フォロワー
0
合計アクティビティ
2
投票
0
サブスクリプション
1
アクティビティの概要
バッジ
記事
投稿
コミュニティへのコメント
記事へのコメント
アクティビティの概要
さんの最近のアクティビティ Taras Makota
Taras Makotaさんが投稿を作成しました:
投稿 Developer - Zendesk SDKs
hi all! Is there anybody who can help me with integrating zendesk chat sdk using JWT token authorization?
We have set up the next step:
- Up and run backend on node js according to documentation. https://develop.zendesk.com/hc/en-us/articles/360052354433-Enabling-authenticated-users-with-the-Chat-SDK
- On backed we used shared secret from here chat/agent#widget/widget_security for sign response . Is this the correct jwt token for authorize customers from mobile SDK chat? Below an example of return value on our backend
-
jwt.sign(payload, secret)
- Also, we updated iOS and android native library and got the correct response from our service with identity and secret. Please, check my last commit here
https://github.com/tarasywe/react-native-zendesk-chat
Meanwhile, i don’t see a checkbox icon near the customer name, as on the example in docs. Does zendesk return any value and how to debug the response from Zendesk if methods below is successful or not?[ZDKChat.instance setIdentityWithAuthenticator:authenticator];
and
Chat.INSTANCE.setIdentity(jwtAuth);
投稿日時:2021年3月28日 · Taras Makota
1
フォロワー
3
投票
1
コメント