- accepts
{ type: "apiKey", in: "cookie" }
security schemes for autowired security. - all autowired security schemes now support
passNullIfNoneProvided
, which will passnull
to your handler function if no credential is found instead of just returning401
. This is backwards-compatible with the prior handler implementation.