Skip to content

v0.2.0

Choose a tag to compare

@Lordfirespeed Lordfirespeed released this 27 Aug 15:34
· 9 commits to main since this release

Fixed

  • encode parameter is passed through to res.cookie to match otterhttp behaviour

Changed

  • encode parameter moved within cookie options

Added

  • cookie.sign parameter that is passed through to res.cookie
  • cookie.unsign parameter for unsigning cookies not matched by otterhttp configured signed cookie parsing

Removed

  • decode parameter (instead, consumers should configure cookieParsing settings on their App instance)