From b1bacbc44fa5521d5ad656ed885621bfc80de06a Mon Sep 17 00:00:00 2001 From: Auto Doc Publisher Date: Wed, 13 Dec 2017 05:56:05 +0000 Subject: [PATCH] docs: auto generate by ci docs(passport): add description (#1825) --- api/Agent.html | 2 +- api/AgentWorkerLoader.html | 2 +- api/AppInfo.html | 2 +- api/AppWorkerLoader.html | 2 +- api/Application.html | 2 +- api/BaseContextLogger.html | 2 +- api/Config.html | 2 +- api/Context.html | 2 +- api/ContextLoader.html | 2 +- api/Egg.html | 2 +- api/EggApplication.html | 2 +- api/EggCore.html | 2 +- api/EggLoader.html | 2 +- api/FileLoader.html | 2 +- api/Helper.html | 2 +- api/I18n.html | 2 +- api/Messenger.html | 2 +- api/Request.html | 2 +- api/Response.html | 2 +- api/Router.html | 2 +- api/app_extend_context.js.html | 2 +- api/app_extend_helper.js.html | 2 +- api/app_extend_request.js.html | 2 +- api/app_extend_response.js.html | 2 +- api/config_config.default.js.html | 2 +- api/config_plugin.js.html | 2 +- api/global.html | 2 +- api/global.html#BaseContextClass | 2 +- api/global.html#Controller | 2 +- api/global.html#Service | 2 +- api/index.html | 2 +- api/index.js.html | 2 +- api/lib_agent.js.html | 2 +- api/lib_application.js.html | 2 +- api/lib_core_base_context_class.js.html | 2 +- api/lib_core_base_context_logger.js.html | 2 +- api/lib_core_context_httpclient.js.html | 2 +- api/lib_core_messenger.js.html | 2 +- api/lib_egg.js.html | 2 +- api/lib_jsdoc_context.jsdoc.html | 2 +- api/lib_jsdoc_request.jsdoc.html | 2 +- api/lib_jsdoc_response.jsdoc.html | 2 +- api/lib_loader_agent_worker_loader.js.html | 2 +- api/lib_loader_app_worker_loader.js.html | 2 +- ...opment@2.1.0@egg-development_agent.js.html | 2 +- ...-development_config_config.default.js.html | 2 +- ...dules__egg-i18n@2.0.0@egg-i18n_app.js.html | 2 +- ...@2.0.0@egg-i18n_app_extend_context.js.html | 2 +- ...0.0@egg-i18n_config_config.default.js.html | 2 +- ...0@egg-jsonp_app_extend_application.js.html | 2 +- ...2.0.0@egg-jsonp_app_extend_context.js.html | 2 +- ....0@egg-jsonp_config_config.default.js.html | 2 +- ...g-logrotator_config_config.default.js.html | 2 +- ...0@egg-multipart_app_extend_context.js.html | 2 +- ...gg-multipart_config_config.default.js.html | 2 +- ....1.1@egg-schedule_app_extend_agent.js.html | 2 +- ....0@egg-security_app_extend_context.js.html | 2 +- ...egg-security_config_config.default.js.html | 2 +- ...egg-session_app_extend_application.js.html | 2 +- ...0@egg-static_config_config.default.js.html | 2 +- ....0@egg-view_app_extend_application.js.html | 2 +- ...@2.0.0@egg-view_app_extend_context.js.html | 2 +- ...0.0@egg-view_config_config.default.js.html | 2 +- ...@egg-watcher_config_config.default.js.html | 2 +- api/node_modules_egg-core_lib_egg.js.html | 2 +- ...egg-core_lib_loader_context_loader.js.html | 2 +- ...les_egg-core_lib_loader_egg_loader.js.html | 2 +- ...es_egg-core_lib_loader_file_loader.js.html | 2 +- ...s_egg-core_lib_loader_mixin_config.js.html | 2 +- ...g-core_lib_loader_mixin_controller.js.html | 2 +- ...s_egg-core_lib_loader_mixin_custom.js.html | 2 +- ...s_egg-core_lib_loader_mixin_extend.js.html | 2 +- ...g-core_lib_loader_mixin_middleware.js.html | 2 +- ...s_egg-core_lib_loader_mixin_plugin.js.html | 2 +- ...s_egg-core_lib_loader_mixin_router.js.html | 2 +- ..._egg-core_lib_loader_mixin_service.js.html | 2 +- ...-core_lib_utils_base_context_class.js.html | 2 +- ...e_modules_egg-core_lib_utils_index.js.html | 2 +- ..._modules_egg-core_lib_utils_router.js.html | 2 +- zh-cn/tutorials/passport.html | 20 ++++++++++++++----- 80 files changed, 94 insertions(+), 84 deletions(-) diff --git a/api/Agent.html b/api/Agent.html index 2b07367bf4..7f50dbc1c7 100644 --- a/api/Agent.html +++ b/api/Agent.html @@ -1499,7 +1499,7 @@
Example

diff --git a/api/AgentWorkerLoader.html b/api/AgentWorkerLoader.html index f0e2545989..75f842c642 100644 --- a/api/AgentWorkerLoader.html +++ b/api/AgentWorkerLoader.html @@ -263,7 +263,7 @@

loadConfig<
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/AppInfo.html b/api/AppInfo.html index 5c0f1d4bc5..8f187586ea 100644 --- a/api/AppInfo.html +++ b/api/AppInfo.html @@ -634,7 +634,7 @@

scope
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/AppWorkerLoader.html b/api/AppWorkerLoader.html index 6bda9015d4..3c1a3767c2 100644 --- a/api/AppWorkerLoader.html +++ b/api/AppWorkerLoader.html @@ -349,7 +349,7 @@

loadConfig<
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Application.html b/api/Application.html index b01fc38023..ebfb41cc35 100644 --- a/api/Application.html +++ b/api/Application.html @@ -2100,7 +2100,7 @@

Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/BaseContextLogger.html b/api/BaseContextLogger.html index b323b0a865..1bb80a69fc 100644 --- a/api/BaseContextLogger.html +++ b/api/BaseContextLogger.html @@ -546,7 +546,7 @@

warn
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Config.html b/api/Config.html index 5ad17e91cd..74e6f97988 100644 --- a/api/Config.html +++ b/api/Config.html @@ -4645,7 +4645,7 @@
Properties:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Context.html b/api/Context.html index 3174f96242..2a56ba520f 100644 --- a/api/Context.html +++ b/api/Context.html @@ -1937,7 +1937,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/ContextLoader.html b/api/ContextLoader.html index 0e4f7c411b..2a76495a40 100644 --- a/api/ContextLoader.html +++ b/api/ContextLoader.html @@ -476,7 +476,7 @@

parse
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Egg.html b/api/Egg.html index 94acc3c804..af606e2d2b 100644 --- a/api/Egg.html +++ b/api/Egg.html @@ -616,7 +616,7 @@

Subscript
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/EggApplication.html b/api/EggApplication.html index 89bb62da33..4684434b4e 100644 --- a/api/EggApplication.html +++ b/api/EggApplication.html @@ -3153,7 +3153,7 @@

Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/EggCore.html b/api/EggCore.html index 0c17f77e02..227abc1e4d 100644 --- a/api/EggCore.html +++ b/api/EggCore.html @@ -1962,7 +1962,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/EggLoader.html b/api/EggLoader.html index 2ed3c9856e..8635eed665 100644 --- a/api/EggLoader.html +++ b/api/EggLoader.html @@ -2786,7 +2786,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/FileLoader.html b/api/FileLoader.html index b3babaa5f5..140ef6d7df 100644 --- a/api/FileLoader.html +++ b/api/FileLoader.html @@ -695,7 +695,7 @@

parse
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Helper.html b/api/Helper.html index 7ac509222f..4ec9461529 100644 --- a/api/Helper.html +++ b/api/Helper.html @@ -508,7 +508,7 @@
Example

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/I18n.html b/api/I18n.html index 155f5c8546..8118e4477b 100644 --- a/api/I18n.html +++ b/api/I18n.html @@ -259,7 +259,7 @@
Example

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Messenger.html b/api/Messenger.html index 5b8d3d8ad6..9d2e603a63 100644 --- a/api/Messenger.html +++ b/api/Messenger.html @@ -1164,7 +1164,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Request.html b/api/Request.html index 204bb790bf..db5e3ccd3e 100644 --- a/api/Request.html +++ b/api/Request.html @@ -1246,7 +1246,7 @@
Parameters:

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Response.html b/api/Response.html index bc88d65f47..3e9a6510c4 100644 --- a/api/Response.html +++ b/api/Response.html @@ -243,7 +243,7 @@

realStatus<
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/Router.html b/api/Router.html index 7fd1c35465..bedbc74d71 100644 --- a/api/Router.html +++ b/api/Router.html @@ -849,7 +849,7 @@

Example

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_context.js.html b/api/app_extend_context.js.html index 8b6ca413d1..21dd21c2e6 100644 --- a/api/app_extend_context.js.html +++ b/api/app_extend_context.js.html @@ -310,7 +310,7 @@

app/extend/context.js


- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_helper.js.html b/api/app_extend_helper.js.html index a6d9b323f4..9ad7285abb 100644 --- a/api/app_extend_helper.js.html +++ b/api/app_extend_helper.js.html @@ -104,7 +104,7 @@

app/extend/helper.js


- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_request.js.html b/api/app_extend_request.js.html index e90c5c7dd3..e5b7b42363 100644 --- a/api/app_extend_request.js.html +++ b/api/app_extend_request.js.html @@ -330,7 +330,7 @@

app/extend/request.js


- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/app_extend_response.js.html b/api/app_extend_response.js.html index 246095e71a..0fd43c14d4 100644 --- a/api/app_extend_response.js.html +++ b/api/app_extend_response.js.html @@ -134,7 +134,7 @@

app/extend/response.js


- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/config_config.default.js.html b/api/config_config.default.js.html index 97ecc92edb..bdd11f4d35 100644 --- a/api/config_config.default.js.html +++ b/api/config_config.default.js.html @@ -374,7 +374,7 @@

config/config.default.js


- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/config_plugin.js.html b/api/config_plugin.js.html index e55a5f3d88..ebc3cefa24 100644 --- a/api/config_plugin.js.html +++ b/api/config_plugin.js.html @@ -197,7 +197,7 @@

config/plugin.js


- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html b/api/global.html index 61235832e6..66ab6a44a5 100644 --- a/api/global.html +++ b/api/global.html @@ -1304,7 +1304,7 @@
Properties

- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html#BaseContextClass b/api/global.html#BaseContextClass index 60293d4e4c..9fb4b1cd53 100644 --- a/api/global.html#BaseContextClass +++ b/api/global.html#BaseContextClass @@ -829,7 +829,7 @@ it's instantiated in context level,
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html#Controller b/api/global.html#Controller index 5571ffc119..7f213ff8ef 100644 --- a/api/global.html#Controller +++ b/api/global.html#Controller @@ -448,7 +448,7 @@
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/global.html#Service b/api/global.html#Service index 23d2448399..c4f536f081 100644 --- a/api/global.html#Service +++ b/api/global.html#Service @@ -448,7 +448,7 @@
- Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:59 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
diff --git a/api/index.html b/api/index.html index 0cb22ce774..96bc5a6041 100644 --- a/api/index.html +++ b/api/index.html @@ -67,7 +67,7 @@

Classes

  • Agent
    • - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/index.js.html b/api/index.js.html index aa351fa330..8f2f22c2a7 100644 --- a/api/index.js.html +++ b/api/index.js.html @@ -120,7 +120,7 @@

      index.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_agent.js.html b/api/lib_agent.js.html index 42be45e9b5..019adaf1b0 100644 --- a/api/lib_agent.js.html +++ b/api/lib_agent.js.html @@ -143,7 +143,7 @@

      lib/agent.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_application.js.html b/api/lib_application.js.html index d6915e2be6..67a691588a 100644 --- a/api/lib_application.js.html +++ b/api/lib_application.js.html @@ -330,7 +330,7 @@

      lib/application.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_base_context_class.js.html b/api/lib_core_base_context_class.js.html index 82940621b0..8a311ec969 100644 --- a/api/lib_core_base_context_class.js.html +++ b/api/lib_core_base_context_class.js.html @@ -81,7 +81,7 @@

      lib/core/base_context_class.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_base_context_logger.js.html b/api/lib_core_base_context_logger.js.html index 3b9e37c41c..409e2d81ad 100644 --- a/api/lib_core_base_context_logger.js.html +++ b/api/lib_core_base_context_logger.js.html @@ -124,7 +124,7 @@

      lib/core/base_context_logger.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_context_httpclient.js.html b/api/lib_core_context_httpclient.js.html index b8742fe9f1..0523ead105 100644 --- a/api/lib_core_context_httpclient.js.html +++ b/api/lib_core_context_httpclient.js.html @@ -89,7 +89,7 @@

      lib/core/context_httpclient.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_core_messenger.js.html b/api/lib_core_messenger.js.html index a7d8f087de..b24d739164 100644 --- a/api/lib_core_messenger.js.html +++ b/api/lib_core_messenger.js.html @@ -198,7 +198,7 @@

      lib/core/messenger.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_egg.js.html b/api/lib_egg.js.html index a608514a7c..e249cf75ca 100644 --- a/api/lib_egg.js.html +++ b/api/lib_egg.js.html @@ -469,7 +469,7 @@

      lib/egg.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_jsdoc_context.jsdoc.html b/api/lib_jsdoc_context.jsdoc.html index 5631301842..c210b17a7b 100644 --- a/api/lib_jsdoc_context.jsdoc.html +++ b/api/lib_jsdoc_context.jsdoc.html @@ -103,7 +103,7 @@

      lib/jsdoc/context.jsdoc


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_jsdoc_request.jsdoc.html b/api/lib_jsdoc_request.jsdoc.html index bec73c36f9..0466f8c1e9 100644 --- a/api/lib_jsdoc_request.jsdoc.html +++ b/api/lib_jsdoc_request.jsdoc.html @@ -109,7 +109,7 @@

      lib/jsdoc/request.jsdoc


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_jsdoc_response.jsdoc.html b/api/lib_jsdoc_response.jsdoc.html index d8e720b5dd..9e4c03daee 100644 --- a/api/lib_jsdoc_response.jsdoc.html +++ b/api/lib_jsdoc_response.jsdoc.html @@ -66,7 +66,7 @@

      lib/jsdoc/response.jsdoc


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_loader_agent_worker_loader.js.html b/api/lib_loader_agent_worker_loader.js.html index 2f43e032f5..06ce2d3fe0 100644 --- a/api/lib_loader_agent_worker_loader.js.html +++ b/api/lib_loader_agent_worker_loader.js.html @@ -86,7 +86,7 @@

      lib/loader/agent_worker_loader.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/lib_loader_app_worker_loader.js.html b/api/lib_loader_app_worker_loader.js.html index 2d5fb79563..420fb109c7 100644 --- a/api/lib_loader_app_worker_loader.js.html +++ b/api/lib_loader_app_worker_loader.js.html @@ -107,7 +107,7 @@

      lib/loader/app_worker_loader.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-development@2.1.0@egg-development_agent.js.html b/api/node_modules__egg-development@2.1.0@egg-development_agent.js.html index 402fda49f6..e5ceceea3a 100644 --- a/api/node_modules__egg-development@2.1.0@egg-development_agent.js.html +++ b/api/node_modules__egg-development@2.1.0@egg-development_agent.js.html @@ -127,7 +127,7 @@

      node_modules/_egg-development@2.1.0@egg-development/agent
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-development@2.1.0@egg-development_config_config.default.js.html b/api/node_modules__egg-development@2.1.0@egg-development_config_config.default.js.html index 36c3869781..597809a02c 100644 --- a/api/node_modules__egg-development@2.1.0@egg-development_config_config.default.js.html +++ b/api/node_modules__egg-development@2.1.0@egg-development_config_config.default.js.html @@ -79,7 +79,7 @@

      node_modules/_egg-development@2.1.0@egg-development/confi
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html index 7ac852c8df..dbcdbb5f10 100644 --- a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html +++ b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app.js.html @@ -199,7 +199,7 @@

      node_modules/_egg-i18n@2.0.0@egg-i18n/app.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html index ea2495ac39..3b4be9a7b2 100644 --- a/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html +++ b/api/node_modules__egg-i18n@2.0.0@egg-i18n_app_extend_context.js.html @@ -73,7 +73,7 @@

      node_modules/_egg-i18n@2.0.0@egg-i18n/app/extend/context.
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html b/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html index 627cbec0e6..80618ff1d8 100644 --- a/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html +++ b/api/node_modules__egg-i18n@2.0.0@egg-i18n_config_config.default.js.html @@ -89,7 +89,7 @@

      node_modules/_egg-i18n@2.0.0@egg-i18n/config/config.defau
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html index cb0f48e23f..7687a5449a 100644 --- a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html +++ b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_application.js.html @@ -174,7 +174,7 @@

      node_modules/_egg-jsonp@2.0.0@egg-jsonp/app/extend/applic
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html index d982bae332..d3e417523a 100644 --- a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html +++ b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_app_extend_context.js.html @@ -95,7 +95,7 @@

      node_modules/_egg-jsonp@2.0.0@egg-jsonp/app/extend/contex
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html index 57c1c3ed59..ecb93c6c99 100644 --- a/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html +++ b/api/node_modules__egg-jsonp@2.0.0@egg-jsonp_config_config.default.js.html @@ -77,7 +77,7 @@

      node_modules/_egg-jsonp@2.0.0@egg-jsonp/config/config.def
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-logrotator@3.0.1@egg-logrotator_config_config.default.js.html b/api/node_modules__egg-logrotator@3.0.1@egg-logrotator_config_config.default.js.html index 3c760f0f42..a35a9b26ac 100644 --- a/api/node_modules__egg-logrotator@3.0.1@egg-logrotator_config_config.default.js.html +++ b/api/node_modules__egg-logrotator@3.0.1@egg-logrotator_config_config.default.js.html @@ -86,7 +86,7 @@

      node_modules/_egg-logrotator@3.0.1@egg-logrotator/config/
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html b/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html index 9188159f2e..04de32f1ef 100644 --- a/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html +++ b/api/node_modules__egg-multipart@2.0.0@egg-multipart_app_extend_context.js.html @@ -122,7 +122,7 @@

      node_modules/_egg-multipart@2.0.0@egg-multipart/app/exten
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html b/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html index 4234aad11a..da27470bb7 100644 --- a/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html +++ b/api/node_modules__egg-multipart@2.0.0@egg-multipart_config_config.default.js.html @@ -88,7 +88,7 @@

      node_modules/_egg-multipart@2.0.0@egg-multipart/config/co
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-schedule@3.1.1@egg-schedule_app_extend_agent.js.html b/api/node_modules__egg-schedule@3.1.1@egg-schedule_app_extend_agent.js.html index 030211141f..5098eaceb8 100644 --- a/api/node_modules__egg-schedule@3.1.1@egg-schedule_app_extend_agent.js.html +++ b/api/node_modules__egg-schedule@3.1.1@egg-schedule_app_extend_agent.js.html @@ -102,7 +102,7 @@

      node_modules/_egg-schedule@3.1.1@egg-schedule/app/extend/
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html b/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html index 7ff4bafbdd..7ccaf8fe7c 100644 --- a/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html +++ b/api/node_modules__egg-security@2.0.0@egg-security_app_extend_context.js.html @@ -218,7 +218,7 @@

      node_modules/_egg-security@2.0.0@egg-security/app/extend/
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html b/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html index b30764ee39..329002d4ca 100644 --- a/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html +++ b/api/node_modules__egg-security@2.0.0@egg-security_config_config.default.js.html @@ -146,7 +146,7 @@

      node_modules/_egg-security@2.0.0@egg-security/config/conf
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html b/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html index 3e7721b0bd..554cfb92c8 100644 --- a/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html +++ b/api/node_modules__egg-session@3.0.0@egg-session_app_extend_application.js.html @@ -116,7 +116,7 @@

      node_modules/_egg-session@3.0.0@egg-session/app/extend/ap
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html b/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html index 37b0530cd5..c259eb15c4 100644 --- a/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html +++ b/api/node_modules__egg-static@2.0.0@egg-static_config_config.default.js.html @@ -88,7 +88,7 @@

      node_modules/_egg-static@2.0.0@egg-static/config/config.d
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html index a993c311ab..dc4dee7eab 100644 --- a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html +++ b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_application.js.html @@ -78,7 +78,7 @@

      node_modules/_egg-view@2.0.0@egg-view/app/extend/applicat
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html index a332025097..4add45e231 100644 --- a/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html +++ b/api/node_modules__egg-view@2.0.0@egg-view_app_extend_context.js.html @@ -107,7 +107,7 @@

      node_modules/_egg-view@2.0.0@egg-view/app/extend/context.
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html b/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html index 2814557e85..cac040d5ed 100644 --- a/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html +++ b/api/node_modules__egg-view@2.0.0@egg-view_config_config.default.js.html @@ -83,7 +83,7 @@

      node_modules/_egg-view@2.0.0@egg-view/config/config.defau
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html b/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html index 28ce53b43d..700f4f545b 100644 --- a/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html +++ b/api/node_modules__egg-watcher@3.0.0@egg-watcher_config_config.default.js.html @@ -77,7 +77,7 @@

      node_modules/_egg-watcher@3.0.0@egg-watcher/config/config
      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_egg.js.html b/api/node_modules_egg-core_lib_egg.js.html index 38175df3c9..69e7ebef7a 100644 --- a/api/node_modules_egg-core_lib_egg.js.html +++ b/api/node_modules_egg-core_lib_egg.js.html @@ -432,7 +432,7 @@

      node_modules/egg-core/lib/egg.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_context_loader.js.html b/api/node_modules_egg-core_lib_loader_context_loader.js.html index 32d1a81fae..3867e588a8 100644 --- a/api/node_modules_egg-core_lib_loader_context_loader.js.html +++ b/api/node_modules_egg-core_lib_loader_context_loader.js.html @@ -166,7 +166,7 @@

      node_modules/egg-core/lib/loader/context_loader.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_egg_loader.js.html b/api/node_modules_egg-core_lib_loader_egg_loader.js.html index 96a92343e9..0ff2e07f50 100644 --- a/api/node_modules_egg-core_lib_loader_egg_loader.js.html +++ b/api/node_modules_egg-core_lib_loader_egg_loader.js.html @@ -485,7 +485,7 @@

      node_modules/egg-core/lib/loader/egg_loader.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_file_loader.js.html b/api/node_modules_egg-core_lib_loader_file_loader.js.html index 986f8cf846..d3ce3add6e 100644 --- a/api/node_modules_egg-core_lib_loader_file_loader.js.html +++ b/api/node_modules_egg-core_lib_loader_file_loader.js.html @@ -312,7 +312,7 @@

      node_modules/egg-core/lib/loader/file_loader.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_config.js.html b/api/node_modules_egg-core_lib_loader_mixin_config.js.html index 358e4c83ba..91f438ed8f 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_config.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_config.js.html @@ -171,7 +171,7 @@

      node_modules/egg-core/lib/loader/mixin/config.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_controller.js.html b/api/node_modules_egg-core_lib_loader_mixin_controller.js.html index f33055671f..3bfab19d53 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_controller.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_controller.js.html @@ -180,7 +180,7 @@

      node_modules/egg-core/lib/loader/mixin/controller.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_custom.js.html b/api/node_modules_egg-core_lib_loader_mixin_custom.js.html index b2334dec9e..c0ff02b278 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_custom.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_custom.js.html @@ -97,7 +97,7 @@

      node_modules/egg-core/lib/loader/mixin/custom.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_extend.js.html b/api/node_modules_egg-core_lib_loader_mixin_extend.js.html index d10f46cd1f..3a1ff30806 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_extend.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_extend.js.html @@ -211,7 +211,7 @@

      node_modules/egg-core/lib/loader/mixin/extend.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html b/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html index 9ea806b6f1..0865870e08 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_middleware.js.html @@ -170,7 +170,7 @@

      node_modules/egg-core/lib/loader/mixin/middleware.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html b/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html index 90b6bb3808..aa43d5c85f 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_plugin.js.html @@ -440,7 +440,7 @@

      node_modules/egg-core/lib/loader/mixin/plugin.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_router.js.html b/api/node_modules_egg-core_lib_loader_mixin_router.js.html index ad68a0b793..ec5a0f79e9 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_router.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_router.js.html @@ -78,7 +78,7 @@

      node_modules/egg-core/lib/loader/mixin/router.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_loader_mixin_service.js.html b/api/node_modules_egg-core_lib_loader_mixin_service.js.html index 5af1cb923c..edd99dfff3 100644 --- a/api/node_modules_egg-core_lib_loader_mixin_service.js.html +++ b/api/node_modules_egg-core_lib_loader_mixin_service.js.html @@ -86,7 +86,7 @@

      node_modules/egg-core/lib/loader/mixin/service.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_utils_base_context_class.js.html b/api/node_modules_egg-core_lib_utils_base_context_class.js.html index 246e82d1c2..e816fd689f 100644 --- a/api/node_modules_egg-core_lib_utils_base_context_class.js.html +++ b/api/node_modules_egg-core_lib_utils_base_context_class.js.html @@ -100,7 +100,7 @@

      node_modules/egg-core/lib/utils/base_context_class.js

      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_utils_index.js.html b/api/node_modules_egg-core_lib_utils_index.js.html index cf7b03a597..666e72ac85 100644 --- a/api/node_modules_egg-core_lib_utils_index.js.html +++ b/api/node_modules_egg-core_lib_utils_index.js.html @@ -155,7 +155,7 @@

      node_modules/egg-core/lib/utils/index.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/api/node_modules_egg-core_lib_utils_router.js.html b/api/node_modules_egg-core_lib_utils_router.js.html index 2e56027934..0e8446d8f5 100644 --- a/api/node_modules_egg-core_lib_utils_router.js.html +++ b/api/node_modules_egg-core_lib_utils_router.js.html @@ -385,7 +385,7 @@

      node_modules/egg-core/lib/utils/router.js


      - Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 04:11:58 GMT+0000 (UTC) using the Minami theme. + Documentation generated by JSDoc 3.5.5 on Wed Dec 13 2017 05:55:53 GMT+0000 (UTC) using the Minami theme.
      diff --git a/zh-cn/tutorials/passport.html b/zh-cn/tutorials/passport.html index 067204e80a..4db0a65b71 100644 --- a/zh-cn/tutorials/passport.html +++ b/zh-cn/tutorials/passport.html @@ -48,10 +48,20 @@

      Passport

      -

      『登录鉴权』是一个常见的业务场景,包括『账号密码登录方式』和『第三方统一登录』。

      +

      **『登录鉴权』**是一个常见的业务场景,包括『账号密码登录方式』和『第三方统一登录』。

      其中,后者我们经常使用到,如 Google, GitHub,QQ 统一登录,它们都是基于 OAuth 规范。

      -

      Passport 是一个扩展性很强的认证中间件,支持 GithubTwitterFacebook 等知名服务厂商的 strategy,同时也支持通过用户名和密码的方式进行登录授权校验。

      -

      Egg 在它之上提供了 egg-passport 插件,把初始化、鉴权成功后的回调处理等通用逻辑封装掉,使得开发者仅需调用几个 API 即可方便的使用 Passport 。

      +

      Passport 是一个扩展性很强的认证中间件,支持 GithubTwitterFacebook 等知名服务厂商的 strategy,同时也支持通过账号密码的方式进行登录授权校验。

      +

      Egg 在它之上提供了 egg-passport 插件,把初始化、鉴权成功后的回调处理等通用逻辑封装掉,使得开发者仅需调用几个 API 即可方便的使用 Passport 。

      +

      Passport 的时序如下:

      +
        +
      • 用户访问页面
      • +
      • 检查 Session
      • +
      • 拦截跳鉴权登录页面
      • +
      • Strategy 鉴权
      • +
      • 校验和存储用户信息
      • +
      • 序列化用户信息到 Session
      • +
      • 跳转到指定页面
      • +

      # 使用 egg-passport

      下面,我们将以 GitHub 登录为例,来演示下如何使用。

      # 安装

      @@ -82,7 +92,7 @@

      # API

      • ctx.user:获取当前已登录的用户信息
      • ctx.isAuthenticated():检查该请求是否已授权
      • -
      • ctx.login(user[, options]):为用户启动一个登录的 session
      • +
      • ctx.login(user, [options]):为用户启动一个登录的 session
      • ctx.logout():退出,将用户信息从 session 中清除

      还提供了 API:

      @@ -96,7 +106,7 @@

      # API

      # 使用 Passport 生态

      Passport 的中间件很多,不可能都进行二次封装。 接下来,我们来看看如何在框架中直接使用 Passport 中间件。 -以『账号密码登录方式』的 [passort-local] 为例:

      +以『账号密码登录方式』的 passport-local 为例:

      # 安装

      $ npm i --save passport-local

      # 配置