[auth] Added api key and basic authorization

This commit is contained in:
Anna Bodnia
2016-03-04 20:55:57 +02:00
parent 4fdc174ea0
commit a268d007a2
24 changed files with 547 additions and 294 deletions

View File

@@ -1188,6 +1188,11 @@
text-decoration: underline;
cursor: pointer;
}
.swagger-section .auth_container {
padding: 0 0 10px;
margin-bottom: 5px;
border-bottom: solid 1px #CCC;
}
.swagger-section .auth_container .basic_auth__title {
color: #547f00;
font-size: 1.2em;
@@ -1207,9 +1212,6 @@
cursor: pointer;
outline: none;
}
.swagger-section .auth_container .key_input_container {
margin-bottom: 15px;
}
.swagger-section .auth_container .basic_auth_container {
font-size: 0.9em;
}