[manager]feature:[api, website] support basic auth, digest auth (#60)

This commit is contained in:
tomsun28
2022-04-04 09:15:03 +08:00
committed by GitHub
parent 6a9d65ba5d
commit 8dd2c1e47f
4 changed files with 49 additions and 2 deletions

View File

@@ -65,6 +65,16 @@ param:
type: textarea
placeholder: 'POST PUT请求时有效'
required: false
- field: authType
name: 认证方式
type: radio
required: false
# 当type为radio单选框,checkbox复选框时,option表示可选项值列表 {name1:value1,name2:value2}
options:
- label: Basic Auth
value: Basic Auth
- label: Digest Auth
value: Digest Auth
- field: username
name: 用户名
type: text