Vor Kurzem aufgerufene Suchen


Keine vor kurzem aufgerufene Suchen

Tim O'Mahony's Avatar

Tim O'Mahony

Beigetreten 10. Feb. 2022

·

Letzte Aktivität 14. März 2024

Folge ich

0

Follower

0

Gesamtaktivitäten

15

Stimmen

7

Abonnements

6

AKTIVITÄTSÜBERSICHT

Neueste Aktivität von Tim O'Mahony

Tim O'Mahony hat einen Kommentar hinterlassen

KommentarSetting up Zendesk Chat

Following Wedy Chainy question:

in “Creating JWT Token”, it shows a snippet
window.zESettings = {
    webWidget: {
        authenticate: {
             chat: {
             jwtFn: function(callback) {
             fetch('JWT_TOKEN_ENDPOINT').then(function(res) {
             res.text().then(function(jwt) {
             callback(jwt);
             });
         });
    }
  }
 }
}
};
but there’s no explanation of what is JWT_TOKEN_ENDPOINTwhat expectation here, is it POST / GET ? what is the request content-type, and what is the response content-type, and what the expecting response look like?If anyone has done this before/examples, any pointers here would be great!

Kommentar anzeigen · Gepostet 22. Feb. 2022 · Tim O'Mahony

0

Follower

0

Stimmen

0

Kommentare


Tim O'Mahony hat einen Kommentar hinterlassen

KommentarWeb Widget documentation

We're seeing the exact same thing as Kevin Konings and this is really preventing us from moving to messaging. It's likely without a fix we'll go with chat here. 

The second issue we're seeing is even if you use the created user, it ends up creating a further duplicate user. 

Kommentar anzeigen · Gepostet 10. Feb. 2022 · Tim O'Mahony

0

Follower

4

Stimmen

0

Kommentare