最近搜索


没有最近搜索

Taras Makota's Avatar

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:

  1. 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
  2. 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
  3. jwt.sign(payload, secret)
  4. 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

Comment