openapi-explorer 2.2.708 → 2.2.710
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -437,8 +437,6 @@ export default class OpenApiExplorer extends LitElement {
|
|
437
437
|
authorizationToken = `Basic ${btoa(authorizationToken)}`;
|
438
438
|
} else if (authorizationToken && securityObj.scheme && securityObj.scheme.toLowerCase() === 'bearer') {
|
439
439
|
authorizationToken = `Bearer ${authorizationToken}`;
|
440
|
-
} else {
|
441
|
-
authorizationToken = null;
|
442
440
|
}
|
443
441
|
securityObj.clientId = clientId && clientId.trim();
|
444
442
|
securityObj.clientSecret = clientSecret && clientSecret.trim();
|
@@ -443,8 +443,6 @@ class OpenApiExplorer extends _lit.LitElement {
|
|
443
443
|
authorizationToken = `Basic ${btoa(authorizationToken)}`;
|
444
444
|
} else if (authorizationToken && securityObj.scheme && securityObj.scheme.toLowerCase() === 'bearer') {
|
445
445
|
authorizationToken = `Bearer ${authorizationToken}`;
|
446
|
-
} else {
|
447
|
-
authorizationToken = null;
|
448
446
|
}
|
449
447
|
securityObj.clientId = clientId && clientId.trim();
|
450
448
|
securityObj.clientSecret = clientSecret && clientSecret.trim();
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "openapi-explorer",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.710",
|
4
4
|
"description": "OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console",
|
5
5
|
"author": "Authress Developers <developers@authress.io>",
|
6
6
|
"type": "module",
|