Skip to content

Instantly share code, notes, and snippets.

@badsyntax
Created August 2, 2020 19:37
Show Gist options
  • Save badsyntax/c2eb92b3660bdce3da6186615e20939b to your computer and use it in GitHub Desktop.
Save badsyntax/c2eb92b3660bdce3da6186615e20939b to your computer and use it in GitHub Desktop.
widdershins not generating basic auth headers
openapi: 3.0.3
info:
title: Example
version: 1.0.0
security:
- basicAuth: []
components:
securitySchemes:
basicAuth:
type: http
scheme: basic
paths:
/example:
post:
operationId: postExample
responses:
200:
description: Successful operation
content:
text/html:
schema:
type: string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment