diff --git a/channels/chat21/nativeauth.js b/channels/chat21/nativeauth.js index 64605045af4..a2835eb0527 100644 --- a/channels/chat21/nativeauth.js +++ b/channels/chat21/nativeauth.js @@ -8,6 +8,7 @@ const uuidv4 = require('uuid/v4'); const jwt = require("jsonwebtoken") const jwtKey = process.env.CHAT21_JWT_SECRET || "chat21SecretKey"; +winston.debug("Native jwtKey: "+ jwtKey);