pgjones / quart-schema

Quart-Schema is a Quart extension that provides schema validation and auto-generated API documentation.
MIT License
76 stars 24 forks source link

security must be a list #34

Closed mathgamain closed 1 year ago

mathgamain commented 1 year ago

On the how to guide "Security Schemes" there is a bug. The 'security' argument must be a list, even if you have only one security model. This makes swagger ui load forever when clicking 'execute'.

pgjones commented 1 year ago

Thanks, fixed in d4dd6ea60d14b51d837599b6c1dce8121459ba16