playpauseandstop / rororo

Implement aiohttp.web OpenAPI 3 server applications with schema first approach.

Home Page:https://rororo.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support optional security schemes

playpauseandstop opened this issue · comments

Need to ensure that optional security schemes is supported and result in passing security check by rororo.

Example of operation with optional security scheme,

  security:
    - {}
    - apiKey: []

More details at: OAI/OpenAPI-Specification#14