Security Definition other than api_key is not getting parsed
See original GitHub issueI am using token based authentication for my APIs. So in Swagger definition, I give both basic auth and api_key as security definition. But in Slate markdown only api_key is getting added leaving behind basic method. My swagger JSON includes both the security definition perfectly.
swagger_doc.json
.... "securityDefinitions":{ "basic": { "type":"basic", "description":"Access Token corresponding to the Client needs to be obtained before accessing any authenticated routes", "in":"header", "name":"basic" }, "api_key": { "type":"apiKey", "in":"header", "name":"api_key" } }, "host":"http://example.com", ...
Slate Markdown Snippet

I could not figure out how to include other ways of authentication defined in OpenAPI Specification.
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (5 by maintainers)

Top Related StackOverflow Question
It will be released by the end of the month. Please report any further issues with the beta!
Cool. Thanks for the kind words!