Here now i am working on serverless auto swagger,I want to known how to add authentication from congito to serverless auto swagger.Anyone able to help me for this issues
In swagger ui the auth was empty so how to add authorize on auto swagger
in serverless-auto-swagger there is a property called apiKeyHeader, when using that it will populate the header here. this is how it's going to look like
autoswagger:
apiKeyHeaders: ['Authorization', 'anyOtherName']