Skip to content

Releases: spiretechnology/go-jwt

Version 2.1.0

07 May 18:12
Compare
Choose a tag to compare

Version 2.0.0

07 May 06:12
Compare
Choose a tag to compare

Refactor of all the code, and a cleaner API for creating, parsing, and verifying tokens.

Also added support for many more signature algorithms, and unit testing for each one.

Full Changelog: 1.0.1...v2.0.0

Version 1.0.1

26 Aug 01:45
Compare
Choose a tag to compare

Fixed issue with base64 encoding. Previously padded encoding was used (padded with = characters), but now it uses the un-padded encoding.