我的 API 目前正在使用 Basic Authentication with api_xxx
instead ofusername
和api_xxy
instead of password
,对于这种情况我们有任何特定的模式吗?
一切都完全一样,我只想更改 UI 上的用户名和密码标签。
以下功能描述如下:
components:
securitySchemes:
basicAuth: # <-- arbitrary name for the security scheme
type: http
scheme: basic
security:
- basicAuth: [] # <-- use the same name here