From c3d906cc385bef2b6bffddf5df3f7f74891fdb46 Mon Sep 17 00:00:00 2001 From: febbweiss Date: Thu, 3 Sep 2015 11:20:59 +0000 Subject: [PATCH] Fix: right header for authentication --- app/routes/accounts.js | 56 ++++++++++++++++------------------------- app/routes/users.js | 16 +++++------- public/api_data.js | 54 +++++++++++++++++++-------------------- public/api_data.json | 54 +++++++++++++++++++-------------------- public/api_project.js | 2 +- public/api_project.json | 2 +- 6 files changed, 83 insertions(+), 101 deletions(-) diff --git a/app/routes/accounts.js b/app/routes/accounts.js index d373b08..6c8bc16 100644 --- a/app/routes/accounts.js +++ b/app/routes/accounts.js @@ -18,11 +18,9 @@ module.exports = function(app) { * * @apiHeader {String} Content-Type application/json * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found @@ -84,11 +82,9 @@ module.exports = function(app) { * * @apiParam {String} account_id The account to delete * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found @@ -119,11 +115,9 @@ module.exports = function(app) { * * @apiHeader {String} Content-Type application/json * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found @@ -188,11 +182,9 @@ module.exports = function(app) { * * @apiHeader {String} Content-Type application/json * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found @@ -271,11 +263,9 @@ module.exports = function(app) { * * @apiHeader {String} Content-Type application/json * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found @@ -349,11 +339,9 @@ module.exports = function(app) { * * @apiHeader {String} Content-Type application/json * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found @@ -418,11 +406,9 @@ module.exports = function(app) { * @apiParam {String} account_id The owner account * @apiParam {String} entry_id The entry to delete * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * @apiError (401) {json} AuthenticationFailed The user can't be found. * @apiErrorExample AuthenticationFailed: * HTTP/1.1 401 Not Found diff --git a/app/routes/users.js b/app/routes/users.js index eb3f85d..775ec62 100644 --- a/app/routes/users.js +++ b/app/routes/users.js @@ -45,11 +45,9 @@ module.exports = function(app) { * @apiName Logout * @apiGroup Users * - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * * @apiSuccessExample Success-Response: * HTTP/1.1 200 OK @@ -118,11 +116,9 @@ module.exports = function(app) { * @apiGroup Users * * @apiHeader {String} Content-Type application/json - * @apiHeader {String} Authentication The valid JWT token provided by the {post} /users/login resource - * @apiHeaderExample {string} Authentication header example: - * { - * "Authentication": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" - * } + * @apiHeader {String} Authorization The valid JWT token provided by the {post} /users/login resource + * @apiHeaderExample {string} Authorization header example: + * "Authorization": "JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ" * * @apiSuccess (204) - * @apiSuccessExample Success-Response: diff --git a/public/api_data.js b/public/api_data.js index f7f8212..102bf8a 100644 --- a/public/api_data.js +++ b/public/api_data.js @@ -47,15 +47,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -144,15 +144,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -247,15 +247,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -372,15 +372,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -539,15 +539,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -671,15 +671,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -835,15 +835,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -1056,15 +1056,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -1221,15 +1221,15 @@ define({ "api": [ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] diff --git a/public/api_data.json b/public/api_data.json index be0c8c9..b563e2f 100644 --- a/public/api_data.json +++ b/public/api_data.json @@ -47,15 +47,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -144,15 +144,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -247,15 +247,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -372,15 +372,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -539,15 +539,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -671,15 +671,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -835,15 +835,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -1056,15 +1056,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] @@ -1221,15 +1221,15 @@ "group": "Header", "type": "String", "optional": false, - "field": "Authentication", + "field": "Authorization", "description": "

The valid JWT token provided by the {post} /users/login resource

" } ] }, "examples": [ { - "title": "Authentication header example:", - "content": "{ \n \"Authentication\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\" \n }", + "title": "Authorization header example:", + "content": "\"Authorization\": \"JWT eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoiNTVlNmU0ZTAwNTIzMGY0OTI3MWM3MDc4IiwiaWF0IjoxNDQxMTk1MjMyfQ.eWh9nuXVVSVDKKCmTMDoc9FBU55-KgkiOJH1hrdQRTQ\"", "type": "string" } ] diff --git a/public/api_project.js b/public/api_project.js index baec654..6a319c3 100644 --- a/public/api_project.js +++ b/public/api_project.js @@ -8,7 +8,7 @@ define({ "apidoc": "0.2.0", "generator": { "name": "apidoc", - "time": "2015-09-03T10:40:18.728Z", + "time": "2015-09-03T11:08:47.201Z", "url": "http://apidocjs.com", "version": "0.13.1" } diff --git a/public/api_project.json b/public/api_project.json index a200128..f6dcca1 100644 --- a/public/api_project.json +++ b/public/api_project.json @@ -8,7 +8,7 @@ "apidoc": "0.2.0", "generator": { "name": "apidoc", - "time": "2015-09-03T10:40:18.728Z", + "time": "2015-09-03T11:08:47.201Z", "url": "http://apidocjs.com", "version": "0.13.1" }