Robbe Sneyders

Results 209 comments of Robbe Sneyders

Thanks @DendoD96, I haven't tried to reproduce, but I indeed wouldn't expect this to currently be supported by Connexion. > Personally I have never seen use cases where an object...

Thanks @danielbprice. I agree that the behavior should be updated to match the first expected behavior in your list: > Connexion should infer from the OpenAPI and the function parameters...

> I'm not sure whether this prohibits some valid options. > If you have 2 different OAuth2 providers for example (which I believe is valid), both using the Authorization: Bearer...

Hi @winggo12, You can let your server handle this. As an example, see the [uvicorn documentation](https://www.uvicorn.org/deployment/#running-with-https).

Thanks @sami-sweng. Looking at the [OpenAPI specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.3.md#optional-oauth2-security), the behavior you suggest makes sense. The most straightforward way to achieve this behavior would be to fail anytime an authorization header or...

Looks like it's unclear what the behavior should be: https://github.com/OAI/OpenAPI-Specification/issues/1698

Opened an issue on the OpenAPI-specification repository to ask for clarification: https://github.com/OAI/OpenAPI-Specification/issues/3426

Hi @smit-mehta25, > In short, the connexion library should support _load_spec_from_json_module using json.load() or provide a way to use custom parse since the performance of each parser is different Would...