Comparing version 0.5.2 to 0.5.3
{ | ||
"name": "bella", | ||
"description": "A API Authentication for node.js", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"homepage": "https://github.com/chrisenytc/bella", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -58,4 +58,10 @@ /* | ||
.expect(401, { | ||
message: 'Bad Authentication. You do not have permission to access the API.', | ||
error: 'access_token not found' | ||
metadata: { | ||
status: 401, | ||
msg: 'Unauthorized' | ||
}, | ||
response: { | ||
msg: 'Bad Authentication. You do not have permission to access the API.', | ||
error: 'access_token not found' | ||
} | ||
}, done); | ||
@@ -71,4 +77,10 @@ }); | ||
.expect(401, { | ||
message: 'Bad Authentication. You do not have permission to access the API.', | ||
error: 'access_token not found' | ||
metadata: { | ||
status: 401, | ||
msg: 'Unauthorized' | ||
}, | ||
response: { | ||
msg: 'Bad Authentication. You do not have permission to access the API.', | ||
error: 'access_token not found' | ||
} | ||
}, done); | ||
@@ -75,0 +87,0 @@ }); |
{ | ||
"name": "Bella API", | ||
"description": "Bella API: A API Authentication for node.js", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"url": "https://github.com/chrisenytc/bella", | ||
@@ -6,0 +6,0 @@ "options": { |
Sorry, the diff of this file is not supported yet
20194
393