Skip to content

Jwt 20230717.13

Compare
Choose a tag to compare
@abatishchev abatishchev released this 18 Jul 16:20
906002e

Unreleased

  • TBD

10.0.3

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

10.0.2

  • Disallowed Encode(payload) with AddClaim(s)

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

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:

  • 906002e Added default ctor to JwtHeader and decorated it with [JsonConstructor] (#475)
  • 9b9484f Add missing closing angle bracket in code snippet (#469)
  • b68577a Added note about breaking changes in 10.0.0 (#467)
  • 3d59207 Using a YAML loop to install .NET frameworks (#466)
  • bad203f Including CHANGELOG file into build drop (#465)

This list of changes was auto generated.