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
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.
Is there any way to have the
securitySchemes
picked up through the config? I took a look at the code, but it seems like thesecuritySchemes
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
The text was updated successfully, but these errors were encountered: