Uruk Project Jwt Versions Save

JSON Web Token implementation for .Net & .Net Core

v2.0-beta.5

1 month ago

What's Changed

Full Changelog: https://github.com/uruk-project/Jwt/compare/v2.0-beta.4...v2.0-beta.5

v1.9.3

3 years ago

Enhancements

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

Bugfix

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

v2.0-beta.4

3 years ago

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

v1.9.2

3 years ago

Fix incorrect representation of JWKS: #550

v2.0-beta.3

3 years ago

v2.0-beta.2

3 years ago

v2.0-beta.1

3 years ago

v1.9.1

3 years ago

Fix exception on AES key wrapping on Windows 2012 #515

v1.9

3 years ago
  • 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)

v1.8

3 years ago
  • Fix issue on JWT without nbf claim.