From 352d4f6651788f2607669e55faf5830df79ba08e Mon Sep 17 00:00:00 2001 From: nelsonic Date: Sun, 21 Aug 2016 23:41:23 +0100 Subject: [PATCH] Adds ability to raise (custom) errors - for people who need extra control over the errors returned by thier API. defaults to standard Boom errors if an errorFunc is not defined. 100% backward compatible. (no change required) implemented by @jync in https://github.com/dwyl/hapi-auth-jwt2/pull/183 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42800cb..46fceb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hapi-auth-jwt2", - "version": "7.0.1", + "version": "7.1.0", "description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)", "main": "lib/index.js", "repository": {