Is there any way to have the securitySchemes picked up through the config? I took a look at the code, but it seems like the securitySchemes is always set to {}. Using a token based header to validate the user.
https://github.com/temando/serverless-openapi-documentation/blob/master/src/DefinitionGenerator.ts#L42
Is there any way to have the
securitySchemespicked up through the config? I took a look at the code, but it seems like thesecuritySchemesis always set to{}. Using a token based header to validate the user.https://github.com/temando/serverless-openapi-documentation/blob/master/src/DefinitionGenerator.ts#L42