Skip to content

Jwt 20240428.13

Compare
Choose a tag to compare
@abatishchev abatishchev released this 28 Apr 17:22
0f31b2f

Unreleased

JWT 11.0.0-beta1, JWT.Extensions.AspNetCore 11.0.0-beta1, JWT.Extensions.DependencyInjection 3.0.0-beta1

  • Remove System.Text.Json when referring .NET 6 and higher as it's provided by the framework
  • Updated Newtonsoft.Json to version to 13.0.3
  • Updated System.Text.Json to version 6.0.9

JWT 10.1.1

  • Made ctor of ValidationParameters public, set default values for boolean properties to true

JWT 10.1.0

  • Unmarked HMAC SHA based algorithms as insecure and obsolete (was done in 9.0.0-beta4)

JWT 10.0.3

  • Added default ctor to JwtHeader and decorated it with [JsonConstructor]

JWT 10.0.2

  • Disallowed Encode(payload) with AddClaim(s)

JWT 10.0.1

  • Fixed deserializing JWT header
  • Updated Newtonsoft.Json to version to 13.0.2
  • Updated System.Text.Json to version 6.0.7

JWT 10.0.0

  • Breaking: Made System.Text.Json the default serializer on the platforms where it's available

  • Breaking: Made verify=true by default in IJwtDecoder methods

  • Made NoneAlgorithm not requiring any keys as it is not signed

  • Added option to select default serializer, Newtonsoft.Json or System.Text.Json (#433)

  • Renamed default IdentityFactory in Jwt.Extensions.AspNetCore, opened up for inheritance, extension (#428)

  • Added Encode(T) and Encode(Type, object) to JwtBuilder (#415)

  • Updated Newtonsoft.Json to version 13.0.1

  • Fixed typos in exception messages

Changes:

  • 0f31b2f Removed referencing System.Text.Json when targeting modern .NET (#497)
  • 5498313 Added README into NuGet package for JWT (#492)
  • f236a36 Bug, feature request templates (#490)
  • 17f732a Replaced 'is object' with 'is not null' (#484)
  • 20f6b87 Update JwtDecoder to prevent NullReferenceException in AllKeysHaveValues() (#487)
  • 808fe08 Fixed typo in AspNetCore project description (#483)
  • 06d3684 Fixed sample for Encode() in README.md (#482)

This list of changes was auto generated.