Skip to content

Commit 3c56a2d

Browse files
committed
Drop basic/digest settings for now.
1 parent 6df2b5a commit 3c56a2d

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

manifest.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,9 @@
5050
"type": "string",
5151
"enum": [
5252
"none",
53-
"basic",
54-
"digest",
5553
"jwt"
5654
]
5755
},
58-
"username": {
59-
"description": "Username (for basic and digest)",
60-
"type": "string"
61-
},
62-
"password": {
63-
"description": "Password (for basic and digest)",
64-
"type": "string"
65-
},
66-
"realm": {
67-
"description": "Realm (for digest)",
68-
"type": "string"
69-
},
7056
"token": {
7157
"description": "Token (for JWT)",
7258
"type": "string"

0 commit comments

Comments
 (0)