Skip to content

Instantly share code, notes, and snippets.

@vanessaramirez
Created October 15, 2019 17:27
Show Gist options
  • Select an option

  • Save vanessaramirez/b7ae20fcd30557f981333ee766103a98 to your computer and use it in GitHub Desktop.

Select an option

Save vanessaramirez/b7ae20fcd30557f981333ee766103a98 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
window.zESettings = {
webWidget: {
authenticate: {
jwtFn: function(callback) {
// Fetch your jwt token and then call our supplied callback below.
callback('YOUR_JWT_TOKEN');
},
chat: {
jwtFn: function(callback) {
// Fetch your jwt token and then call our supplied callback below.
callback('YOUR_JWT_TOKEN');
}
}
}
}
};
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment