change en to your native language 2 letter iso code:
Change language before the widget load
LiveCaller.config.merge({app: {locale: 'en'}});
Update language inside the loaded widget
LiveCaller.$emit('app.locale.update', 'en');
JWT authentication
For authentication and profile editing is used JWT verification algorithm HS256.
Token lifetime is 15 minutes
Necessary payload information:
sub - unique id of the customer in your system
iat - token generation timestamp ( UNIX timestamp seconds)