[auth] Added logout for auth with apiKey and basic auth
This commit is contained in:
4
dist/css/print.css
vendored
4
dist/css/print.css
vendored
@@ -1203,7 +1203,8 @@
|
||||
color: #999999;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.swagger-section .auth_container .auth_submit__button {
|
||||
.swagger-section .auth_container .auth_submit__button,
|
||||
.swagger-section .auth_container .auth_logout__button {
|
||||
color: #547f00;
|
||||
border: none;
|
||||
text-decoration: underline;
|
||||
@@ -1211,6 +1212,7 @@
|
||||
padding-left: 0;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
.swagger-section .auth_container .key_input_container {
|
||||
margin-bottom: 15px;
|
||||
|
||||
4
dist/css/screen.css
vendored
4
dist/css/screen.css
vendored
@@ -1203,7 +1203,8 @@
|
||||
color: #999999;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.swagger-section .auth_container .auth_submit__button {
|
||||
.swagger-section .auth_container .auth_submit__button,
|
||||
.swagger-section .auth_container .auth_logout__button {
|
||||
color: #547f00;
|
||||
border: none;
|
||||
text-decoration: underline;
|
||||
@@ -1211,6 +1212,7 @@
|
||||
padding-left: 0;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
}
|
||||
.swagger-section .auth_container .key_input_container {
|
||||
margin-bottom: 15px;
|
||||
|
||||
2
dist/index.html
vendored
2
dist/index.html
vendored
@@ -36,7 +36,7 @@
|
||||
if (url && url.length > 1) {
|
||||
url = decodeURIComponent(url[1]);
|
||||
} else {
|
||||
url = "http://petstore.swagger.io/v2/swagger.json";
|
||||
url = "http://localhost:3001/swagger.json";
|
||||
}
|
||||
|
||||
hljs.configure({
|
||||
|
||||
112
dist/swagger-ui.js
vendored
112
dist/swagger-ui.js
vendored
File diff suppressed because one or more lines are too long
22
dist/swagger-ui.min.js
vendored
22
dist/swagger-ui.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user