diff --git a/src/index.js b/src/index.js index 84062c7..458d608 100644 --- a/src/index.js +++ b/src/index.js @@ -232,6 +232,8 @@ class RedisJwt { this.config.secret = config.secret || 'secret_key'; this.config.multiple = !config.multiple ? false : true; + this.config.doNotSetClientName = !config.doNotSetClientName ? false : true; + // instances this.d = new Driver(this.config);