hapi-auth-bearer-simple
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -19,3 +19,3 @@ 'use strict'; | ||
if (!isValid) { | ||
return reply(Boom.unauthorized('Bad token', 'bearerAuth', { | ||
return reply(Boom.unauthorized(null, 'bearerAuth', { | ||
isValid: isValid, | ||
@@ -22,0 +22,0 @@ credentials: credentials |
{ | ||
"name": "hapi-auth-bearer-simple", | ||
"description": "Custom authentication plugin for Hapi using Bearer tokens", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"author": "Adri Van Houdt <adri@salesflare.com>", | ||
@@ -6,0 +6,0 @@ "private": false, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25410