Comparing version 0.5.1 to 0.5.2
@@ -203,4 +203,10 @@ /* | ||
res.jsonp(401, { | ||
message: 'Bad Authentication. You do not have permission to access the API.', | ||
error: msg | ||
metadata: { | ||
status: 401, | ||
msg: 'Unauthorized' | ||
}, | ||
response: { | ||
msg: 'Bad Authentication. You do not have permission to access the API.', | ||
error: msg | ||
} | ||
}); | ||
@@ -207,0 +213,0 @@ } |
{ | ||
"name": "bella", | ||
"description": "A API Authentication for node.js", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"homepage": "https://github.com/chrisenytc/bella", | ||
@@ -6,0 +6,0 @@ "author": { |
{ | ||
"name": "Bella API", | ||
"description": "Bella API: A API Authentication for node.js", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"url": "https://github.com/chrisenytc/bella", | ||
@@ -6,0 +6,0 @@ "options": { |
Sorry, the diff of this file is not supported yet
19741
381