syroegkin / swagger-markdown

swagger to markdown transpiler
MIT License
233 stars 87 forks source link

fix: security types should handle objects #117

Closed theBenForce closed 5 years ago

theBenForce commented 5 years ago

Closes #98

When a security definition value is an object, it should still be rendered instead of throwing an exception. This is needed to support x-amazon-apigateway-authorizer.

theBenForce commented 5 years ago

@syroegkin, could you take a look at this?

Thanks!

syroegkin commented 5 years ago

Thank you Ben