Skip to content

Releases: suransea/jwt-rust

0.5.1

20 May 16:32
Compare
Choose a tag to compare
Using base64ct instead of base64

0.5.0

16 Apr 05:22
Compare
Choose a tag to compare
  • Using aws-lc-rs instead of ring
  • Add ES512 support

0.4.0

18 Jul 07:07
Compare
Choose a tag to compare

0.4.0 released with better API.

Migrate from 0.2

<= 0.2 >= 0.4
Token::sign jws::encode
Token::decode jws::decode with NoVerify
Token::verify_with_key jws::decode with VerifyWith
Token::verify_with_key_resolver jws::decode with custom verify
Token::validate_claims Validate::validate

0.3.0

17 Jul 12:30
Compare
Choose a tag to compare
[version] Version to 0.3.0

Signed-off-by: sea <simpleslight@icloud.com>

0.2.3

28 Apr 12:44
Compare
Choose a tag to compare
Version to 0.2.3

0.2.2

25 Dec 07:30
Compare
Choose a tag to compare
Change version code

0.2.1

24 Dec 15:46
Compare
Choose a tag to compare
Update README

0.2.0

23 Dec 09:09
Compare
Choose a tag to compare
Modify verification examples

0.1.0

20 Dec 08:32
Compare
Choose a tag to compare
Update README