Stoobly / stoobly-agent

Record, mock, and test HTTP/HTTPS requests. CLI agent for Stoobly.
Other
6 stars 0 forks source link

OpenAPI import can't handle missing OAuth2 scopes #142

Closed stoobmmelier closed 10 months ago

stoobmmelier commented 10 months ago
components:
  securitySchemes:
    oAuth2MissingScopes:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://some-oauth2-service.com/token
          # MISSING SCOPES
stoobmmelier commented 10 months ago

Fixed in https://github.com/Stoobly/stoobly-agent/pull/139