Open karenetheridge opened 2 years ago
Note that a security name must be mentioned both in /components/securitySchemes/<security name>
and in /security/<int>/<security name>
to be effective... OR (?) in the operation itself for a local effect.
http-basic and api key are quite straightforward - just compare values in headers.
given a request object (and operationId or path_template), determine authentication for the request.