Skip to content

v0.10.0 - autowired security improvements

Latest
Compare
Choose a tag to compare
@eropple eropple released this 17 Feb 01:40
  • accepts { type: "apiKey", in: "cookie" } security schemes for autowired security.
  • all autowired security schemes now support passNullIfNoneProvided, which will pass null to your handler function if no credential is found instead of just returning 401. This is backwards-compatible with the prior handler implementation.