sphinx-contrib / openapi

OpenAPI (fka Swagger) spec renderer for Sphinx.
https://sphinxcontrib-openapi.readthedocs.io
BSD 2-Clause "Simplified" License
111 stars 81 forks source link

'security' block is not loaded #89

Open LuckyFenix opened 4 years ago

LuckyFenix commented 4 years ago

Sphinx documentation generated from OpenAPI 3.0 doesn't contain information from security block. For example about required bearer token

tchernobog commented 4 years ago

Reference to standard: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md#securitySchemeObject

tchernobog commented 4 years ago

Related to https://github.com/sphinx-contrib/openapi/pull/61