diff --git a/src/helpers/accessToken.js b/src/helpers/accessToken.js index 720bfd9..6afa22d 100644 --- a/src/helpers/accessToken.js +++ b/src/helpers/accessToken.js @@ -14,7 +14,8 @@ const createToken = function() { const accessToken = new Twilio.jwt.AccessToken( this.twilioClient.accountSid, this.twilioClient.username, - this.twilioClient.password + this.twilioClient.password, + { identity: this.flags.identity } ); if (this.flags['ttl']) {