From 190e93c8d78ca5e1707f8a83bac30d58725362ee Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Fri, 4 Aug 2017 15:57:44 +1000 Subject: [PATCH] fixed comment --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 282b05ea9..4472af26e 100644 --- a/config.js +++ b/config.js @@ -35,7 +35,7 @@ const CONFIG = { // cleared when the user is logged out. JWT_CLEAR_COOKIE_LOGOUT: process.env.TALK_JWT_CLEAR_COOKIE_LOGOUT ? process.env.TALK_JWT_CLEAR_COOKIE_LOGOUT !== 'FALSE' : true, - // JWT_DISABLE_AUDIENCE when TRUE will disable the issuer claim (iss) from tokens. + // JWT_DISABLE_AUDIENCE when TRUE will disable the audience claim (aud) from tokens. JWT_DISABLE_AUDIENCE: process.env.TALK_JWT_DISABLE_AUDIENCE === 'TRUE', // JWT_AUDIENCE is the value for the audience claim for the tokens that will be