Ruwann
Ruwann
I would prefer removing the security middleware from the stack so we don't need to pass the information along everywhere. For example, imo the security middleware shouldn't have to parse...
Indeed, currently, typing is not properly supported in Connexion. I believe we can fix this particular issue (as a small bandaid) by adding a typehint in the FlaskApp class for...
Hi @moshego189 , I am not sure I can fully reproduce the issue: using the provided yaml as is in the hello world example raises an InvalidSpecification exception ``` connexion.exceptions.InvalidSpecification:...
That sounds like a valid approach. I don't know how multiple security schemes can be handled properly here though, as the `auth_funcs` can be a `verify_multiple_schemes` function, so can be...
Hi @mr-flannery , I'll have to look into the `is_streamed` parameter, it seems that it is not correctly used. In the meantime, can you try by using the underlying Starlette...
I cannot seem to reproduce the issue. When I use `StreamingResponse` from starlette, the response is streamed to my terminal as expected. I used the following sample code: https://github.com/Ruwann/connexion-streaming
> Thanks for approving a run of the test pipeline on this PR. I botched the import order in my initial attempts, I'm learning to run `isort` on everything first....