Skip to content
This repository has been archived by the owner on Aug 20, 2023. It is now read-only.

Releases: nexterias/hono-cookie-signature

v1.0.1

01 Jul 13:04
3e91cac
Compare
Choose a tag to compare

1.0.1 - 2023-07-01

Documentation

  • 2c32bed Update package.json fields

v1.0.0

01 Jul 09:19
cd0d85a
Compare
Choose a tag to compare

1.0.0 - 2023-07-01

Bug Fixes

  • b31f12b Fix issue where verification fails due to not decoding Base64URL in getCookie.
  • 9f3e586 Replace HTTPException throwing with JSON response

Documentation

Features

  • 593c021 GetCookie and getVerifiedCookie functions to throw exceptions
  • a2f91be Add useCookieSignatureMiddleware
  • 3e85433 Export CookieSignatureOptions
  • d952c04 Export getCookie
  • 30c8c50 Add getCookie function

Miscellaneous Tasks

Refactor

  • c5954e3 Rename CookieSignatureOptions to CookieSignatureMiddlewareOptions
  • 504be37 Remove unused import

Styling

Testing

  • c1308ab Add test for useCookieSignatureMiddleware
  • 8f14c04 Add unit-test for getCookie function
  • 7f24f99 Fix middleware tests