Releases: tokensmith/otter
Releases · tokensmith/otter
1.5.7
1.5.6
- Request now has, scheme, authority, port.
- RestRequest now has, scheme, authority, port.
1.5.5
Added CookieSigner
which will make and read Signed
cookies.
Fixed bug in Shape
, it used to use an immutable Map with defaults for cookie config.
1.5.4
These issues were included:
- Inject Security Between into a Group and RestGroup (CSRF, Session)
- Set before and afters for a Group and RestGroup that will run for all their Targets and RestTargets
- Inject in BiFunction to execute when session or CSRF fails.
- Protects against duplicate request cookies from clients.
1.5.3
- Payload Validation
- Sessions for RestBetween
- CSRF for RestResources
1.5.2
Fixed a bug in CSRF. When the CSRF cookie was already there then the request's CSRF value was only the token value and not the JWT. This was erroneously causing 403s.
1.5.1
Moved Otter Translatable to this repo
1.5.0
- Targets and RestTargets can provide accept expectations.
- Fixed a bug when attempting to handle 404s with POST
- Added RawBody to Response and RestResponse
- Improved writing JSON performance
1.4.1
HTTP 2
GZip Content Encoding
1.4
Turbo Charged Jackson
Error Handling interfaces are cleaner
Session and CSRF cookies are http-only
A bit better documentation