We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb2944 commit 5ac91ecCopy full SHA for 5ac91ec
aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Host/wwwroot/swagger/ui/on-complete.js
@@ -11,7 +11,7 @@ var abp = abp || {};
11
return false;
12
}
13
var cookieAuth = new SwaggerClient.ApiKeyAuthorization(abp.auth.tokenHeaderName, 'Bearer ' + authToken, 'header');
14
- swaggerUi.api.clientAuthorizations.add(abp.auth.tokenHeaderName, cookieAuth);
+ swaggerUi.api.clientAuthorizations.add('bearerAuth', cookieAuth);
15
return true;
16
17
0 commit comments