Skip to content

Releases: panva/paseto

v3.1.4

27 Apr 19:31
Compare
Choose a tag to compare

Bug Fixes

  • stick with Record<string,unknown> types (ca8bfab)

v3.1.3

26 Apr 09:36
Compare
Choose a tag to compare

Bug Fixes

  • add generics to complete payload results and decode (#43) (df20460)

v3.1.2

27 Oct 07:30
Compare
Choose a tag to compare

Bug Fixes

v3.1.1

12 Sep 06:51
Compare
Choose a tag to compare

Bug Fixes

  • verify/decrypt without a footer (0d8be5e), closes #33

v3.1.0

18 Oct 14:48
779196e
Compare
Choose a tag to compare

Features

  • support PASERK in key generation (bffbda4), closes #25
  • support PASERK Type secret, local, public keys (f41bfc3), closes #25

v3.0.1

04 Aug 11:56
Compare
Choose a tag to compare

This release contains no fixes and no new features, it does only refactor the codebase.

v3.0.0

03 Aug 05:57
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Node.js runtime version v16.0.0 or greater is now required

Features

  • add v3.local, v3.public, and v4.public (2139643)

v2.1.3

22 Jul 12:45
Compare
Choose a tag to compare

Bug Fixes

  • return correct version from v1 decrypt with buffer and complete options (eebab05)
  • throw when options are provided while in raw buffer mode (5434b46)

v2.1.2

17 Jul 10:24
Compare
Choose a tag to compare

Bug Fixes

  • defer decryption after tag verification passes (a34d9df)
  • return correct version from v1 verify with buffer and complete options (00f0dd6)

v1.0.9

17 Jul 10:23
Compare
Choose a tag to compare

Bug Fixes

  • defer decryption after tag verification passes (0795a87)