Skip to content

Releases: aidantwoods/go-paseto

v1.1.3

08 Aug 00:39
fb5ee3a
Compare
Choose a tag to compare

What's Changed

  • Added new NotBeforeNbf rule, which can be used the check the current time is after or equal to the token's nbf claim.
  • Clarified that NotExpired checks according to the time when the rule is run, not when the rule is created

Full Changelog: v1.1.2...v1.1.3

v1.1.2

08 Aug 00:24
61d967e
Compare
Choose a tag to compare

What's Changed

  • Testing against update PASETO test vectors #5
  • Error messages are now slightly more helpful

Full Changelog: v1.1.1...v1.1.2

v1.1.1

30 May 18:20
db2f9f6
Compare
Choose a tag to compare

What's Changed

  • Add feature to import/export keys as raw byte array by @suttod in #2

New Contributors

  • @suttod made their first contribution in #2

Full Changelog: v1.1.0...v1.1.1

v1.1.0

14 May 17:01
41dc809
Compare
Choose a tag to compare

This minor release adds support for version 3 public of the PASETO spec.

Additional information: #1

v1.0.1

16 Mar 01:03
cbf31c0
Compare
Choose a tag to compare

Version 1.0.1

  • Documentation updates
  • No longer export the Message type: this was added for consistency with the swift-paseto library, but I opted to simplify the API here considerably by not exporting the low level Paseto crypto operations. The Message type only really makes sense when using those low level operations.

Stable Release

15 Mar 18:33
3c524a4
Compare
Choose a tag to compare

Version 1 stable release!

Support for common claims validators, full support for v2 and v4, and partial support for v3. Full support for v3 expected to be added in a later feature release.