Some REST APIs support several authentication types. The security section lets you combine the security requirements using logical OR and AND to achieve the desired result.
im not be able to use two security schema with logical AND in express-openapi-validator. Its seems to be authenticated if the request passed to the first handler. Any idea?
hello,
according to the openapi spec:
im not be able to use two security schema with logical AND in express-openapi-validator. Its seems to be authenticated if the request passed to the first handler. Any idea?