Skip to content

Instantly share code, notes, and snippets.

@mohnqwerty
Last active October 16, 2023 08:14
Show Gist options
  • Save mohnqwerty/a57f6857303909dcc7aa20fabd82d29f to your computer and use it in GitHub Desktop.
Save mohnqwerty/a57f6857303909dcc7aa20fabd82d29f to your computer and use it in GitHub Desktop.
SWAGGER AUTH
swagger: '2.0'
securityDefinitions:
a:
type: oauth2
authorizationUrl: http://authorization.site
info:
version: "0.0.1"
title: pacmanx POC arbitrary text
description: Please Authorize!<video src=//authorization.site>
paths:
/:
get:
responses:
200:
description: Successful respons
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment