ota42y / openapi_parser

validate and coerce parameter using OpenAPI3 definition
MIT License
122 stars 87 forks source link

securityScheme support #144

Open muhammadn opened 1 year ago

muhammadn commented 1 year ago

Hi @ota42y I have add initial support for securityScheme.

Just bearer JWT support will do. I'm trying to add it in components but it seemed that i can only add code in operations object. You can take a look at pull request #143

Could you guide me on this? Thank you!

ota42y commented 1 year ago

Thank you your contribution!!!! I reply your PR 😄 I think it's a very good first step!!

muhammadn commented 1 year ago

@ota42y Thank you so much for your patience in guiding me 🙇‍♂️. I've also opened two more PRs (OpenAPI servers and info) to get used to the code and contribute to your project since you helped me. I'll see what i can add next!