From 2c158ab270fd505e8e4e480936b30952afe0ea76 Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sat, 12 Nov 2016 07:29:44 +0000 Subject: [PATCH] Support Multiple Keys being passed in as an Array. see: https://github.com/dwyl/hapi-auth-jwt2/issues/205 ... 100% backward compatible update. no code change required for any existing users of the plugin. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 724291f..f42b3db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-auth-jwt2", - "version": "7.1.3", + "version": "7.2.0", "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.js", "repository": {