Skip to content
This repository has been archived by the owner on Nov 8, 2021. It is now read-only.

Releases: deftomat/JustJWT

Improved errors

05 Nov 12:00
Compare
Choose a tag to compare
  • Errors contain an instance of ToVerify / ToSign class.

Asynchronous signing / verification

30 Oct 10:56
Compare
Choose a tag to compare
  • Changed JWT's header type from Map to Map.
  • TokenVerifier and TokenSigner returns Future now.

Improved Signers/Verifiers composition

21 Oct 18:54
Compare
Choose a tag to compare
  • Improved Signers/Verifiers composition
  • New createJwaRS256Verifier function which creates a RSA256 verifier from encoded modulus and encoded exponent as described in RFC 7518.

Support for non-padded BASE64 strings.

21 Oct 14:19
Compare
Choose a tag to compare
1.1.1

Merge remote-tracking branch 'origin/master'

Simplified Signers/Verifiers

26 Sep 07:13
Compare
Choose a tag to compare
1.1.0

Signer/Verifier works with List<int> instead of String

First release

25 Sep 15:13
Compare
Choose a tag to compare

First release