Releases: OtterJS/otterhttp-session
Releases · OtterJS/otterhttp-session
v0.3.2
v0.3.1
Changed
- Export
Session
type - Export
SessionData
type
v0.3.0
Changed
- Moved cookie
name
option insidecookie
options object
v0.2.0
Fixed
encode
parameter is passed through tores.cookie
to match otterhttp behaviour
Changed
encode
parameter moved withincookie
options
Added
cookie.sign
parameter that is passed through tores.cookie
cookie.unsign
parameter for unsigning cookies not matched byotterhttp
configured signed cookie parsing
Removed
decode
parameter (instead, consumers should configurecookieParsing
settings on theirApp
instance)