Skip to content

Commit

Permalink
Adds ability to raise (custom) errors - for people who need extra con…
Browse files Browse the repository at this point in the history
…trol 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
  • Loading branch information
nelsonic committed Aug 21, 2016
1 parent ef0d70b commit 352d4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 352d4f6

Please sign in to comment.