Skip to content

Releases: uruk-project/Jwt

2.0-beta.5

22 Apr 21:13
1842a8e
Compare
Choose a tag to compare

What's Changed

  • The SignatureAlgorithm & KeyManagementAlgorithm are now settable by @ycrumeyrolle in #562
  • Move Base64 validation to Base64Url class by @ycrumeyrolle in #568
  • Fix ESXXX KID computation cause by incorrect canonicalized JWK size ('crv' was computed as base64-encoded) by @ycrumeyrolle in #569
  • Fix Base64 decoding when whitespaces occur by @ycrumeyrolle in #571
  • Force SHA256 as hash algorithm for EC key wrapping by @ycrumeyrolle in #582

Full Changelog: v2.0-beta.4...v2.0-beta.5

1.9.3

29 Mar 10:13
02a2bc2
Compare
Choose a tag to compare

Enhancements

  • Jwk: SignatureAlgorithm and KeyManagementAlgorithm are now settable, in a mutually exclusive way.

Bugfix

  • ES256K signature algorithm is now correctly spelled. Was ES256X before.

2.0-beta.4

15 Mar 20:46
820d703
Compare
Choose a tag to compare

Enhancement

  • Payload & Header properties are now init-only on JwtDescriptor #543. This require C# 9.0.
  • Add the method ForceRefresh() to IKeyProvider #554
  • Jwks.PublishJwksRefreshed() is now publishing added & removed keys instead of the new version of the JWKS #555

Bugfix

  • Adding already existing member to JsonObject creates a duplicate #544
  • Fix es256k typo error #547

1.9.2

01 Mar 22:01
527ac6c
Compare
Choose a tag to compare

Fix incorrect representation of JWKS: #550

2.0-beta.3

01 Feb 21:43
cb37e3b
Compare
Choose a tag to compare
2.0-beta.3 Pre-release
Pre-release
Update dotnet-jwk.csproj

Do not generate dotnet-jwk package

2.0-beta.2

12 Dec 20:19
ae50807
Compare
Choose a tag to compare
2.0-beta.2 Pre-release
Pre-release
v2.0-beta.2

Update Directory.Build.props

2.0-beta.1

10 Dec 19:57
4fadb07
Compare
Choose a tag to compare
2.0-beta.1 Pre-release
Pre-release
v2.0-beta.1

Don't build package for samples

1.9.1

27 Nov 18:45
20fd92c
Compare
Choose a tag to compare

Fix exception on AES key wrapping on Windows 2012 #515

1.9

21 Oct 20:59
386c80c
Compare
Choose a tag to compare
1.9
  • Fix incorrect validation when the JWE does not contains a JWS but a validation is required on the payload (#505)
  • Add support for ES256X (#494)

1.8

26 Sep 13:02
c21c265
Compare
Choose a tag to compare
1.8
  • Fix issue on JWT without nbf claim.