Skip to content

Commit cc429bc

Browse files
committed
rename try and optional auth mode test file and version bump for pull request
1 parent c8506bf commit cc429bc

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internals.implementation = function (server, options) {
2727
return {
2828
authenticate: function (request, reply) {
2929
var token = extract(request, options);
30-
30+
3131
if (!token) {
3232
return reply(Boom.unauthorized(null, 'Token'));
3333
}

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": "5.1.1",
3+
"version": "5.1.2",
44
"description": "Hapi.js Authentication Plugin/Scheme using JSON Web Tokens (JWT)",
55
"main": "lib/index.js",
66
"repository": {
File renamed without changes.

0 commit comments

Comments
 (0)