Skip to content

Releases: reecerussell/gojwt

v0.5.3

20 Jun 21:23
91b9677
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.2...v0.5.3

v0.5.2

20 Jun 21:10
0c0a4f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

20 Jun 20:38
cb339d4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.5.1

Added support for GCP KMS

18 Jun 19:30
d7149f2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.5.0

Added AWS KMS support

16 May 23:17
2bc4b63
Compare
Choose a tag to compare

This release contains breaking changes for the Algorithm interface.

Fixed RSA name

23 Jan 16:26
66eaafe
Compare
Choose a tag to compare
Merge pull request #7 from reecerussell/fix-public-key-name

Fixed rsa name with a public key

Added algorithm mock

23 Jan 15:44
52a3cfe
Compare
Choose a tag to compare
Merge pull request #6 from reecerussell/add-alg-mock

Added algorithm mock

RSA public key support

23 Jan 15:07
fff6a85
Compare
Choose a tag to compare
Merge pull request #5 from reecerussell/add-pub-key-support

Added support for public RSA keys

Fix to RSA sizing

08 Dec 22:34
943f973
Compare
Choose a tag to compare
Merge pull request #4 from reecerussell/fix-rsa-sizing

Updated how size is calculated

Added missing Size implementation in RSA

08 Dec 18:13
908745e
Compare
Choose a tag to compare
Merge pull request #3 from reecerussell/add-missing-size-func

Added test coverage for size func