Skip to content

express-openapi-validator 2.7.0 available!

Choose a tag to compare

@cdimascio cdimascio released this 14 Oct 02:52
· 1662 commits to master since this release
8b40689

Release Notes
Features improved security support

  • securityHandlers are optional. If unspecified a default handler is used to pass through valid requests to downstream middleware
  • global securities can be overridden by local securities
  • A list of securities will be OR'd
  • As per spec, the {} security item can be used to identify an anonymous security