0

我的 API 目前正在使用 Basic Authentication with api_xxxinstead ofusernameapi_xxyinstead of password,对于这种情况我们有任何特定的模式吗?

一切都完全一样,我只想更改 UI 上的用户名和密码标签。

以下功能描述如下:

components:
  securitySchemes:
    basicAuth:     # <-- arbitrary name for the security scheme
      type: http
      scheme: basic
security:
  - basicAuth: []  # <-- use the same name here
4

0 回答 0