如何将jwt令牌传递给swaggerBundle

时间:2018-10-11 23:58:41

标签: swagger swagger-ui

我在我的应用中反应了16.4.1,并且我正在使用swaggerbundle。我的问题是我在所有后台服务中都使用jwt令牌。

 const ui = SwaggerUIBundle({
url: "http://myservice.swagger.io/v2/swagger.json?"+jwtToken,
validatorUrl : false,
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
  SwaggerUIBundle.presets.apis,
  SwaggerUIStandalonePreset
],
plugins: [
  SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
})

window.ui = ui
}

所以我应该在哪里传递jwt令牌以使我的招摇工具正常工作。 谢谢

0 个答案:

没有答案