You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m considering creating a PR to add support for extensions in the SecuritySchemeObject. My plan is to extend the schema to allow for properties like x-*, which would enable custom metadata for cases like AWS API Gateway configurations or other complex security setups.
Would this approach align with your feature request? Or do you have additional considerations I should keep in mind before proceeding with the PR?
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
I am unable to add a security needed
Describe the solution you'd like
would be useful to have the
extensions
properti inSecuritySchemeObject
in order to add extensions to the securityTeachability, documentation, adoption, migration strategy
https://swagger.io/docs/specification/v3_0/openapi-extensions/
What is the motivation / use case for changing the behavior?
would be useful when there are security that requires more than one header
The text was updated successfully, but these errors were encountered: