Open
Description
Hi 👋 I need to generate types for components.securitySchemes
, and security
on each operation.
Is this something that would be useful for this library, or is it out of scope?
I already starting working on this in my fork. If it would be useful to this library, I would like to contribute 😄 let me know!
Example
securityScheme definition:
components:
securitySchemes:
Bearer:
type: 'http'
scheme: 'bearer'
Usage on operation (or global)
security:
- Bearer: []
More context: https://swagger.io/docs/specification/authentication
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Accepted