Skip to content

Commit 352d4f6

Browse files
committed
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 #183
1 parent ef0d70b commit 352d4f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hapi-auth-jwt2",
3-
"version": "7.0.1",
3+
"version": "7.1.0",
44
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)