Releases: OtterJS/csrf-csrf
Releases · OtterJS/csrf-csrf
v3.3.0
v3.2.0
Changed
response
object is/must be passed through to everything that acceptsrequest
v3.1.0
Changed
- everything is promises. anything can be promises.
v3.0.0
Changed
- Remove all options related to cookie signing, with the exception of
encode
(a member ofSerializeOptions
) - rely on the framework (otterhttp) to do cookie-parsing and signing
v2.0.0
Changed
- Prefer
@otterhttp
to@tinyhttp
- Moved package from
@otterjs
to@otterhttp
on NPM - Removed usage of
req.secret
; instead, rely oncookieOptions.getSigningSecret
option (required whencookieOptions.signed
istrue
)
v1.1.0
Added
- Most types are now exported
v1.0.2
Fixed
- CI configuration issue causing
cannot find module
errors
v1.0.1
Changed
- Updated documentation in
README.md