Skip to content

Releases: jwt-dotnet/jwt

Jwt 20220629.9

30 Jun 03:04
b37037c
Compare
Choose a tag to compare

Changes:

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

This list of changes was auto generated.

Jwt 20220622.10

23 Jun 03:14
1e6659e
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Jwt 20220617.7

18 Jun 00:30
1c4e365
Compare
Choose a tag to compare

Changes:

  • 1c4e365 Replaced NewtonSoft.Json with System.Text.Json (#401)
  • e606e88 Fixing typos in exception messages (#414)
  • f2da513 PackageLicense to PackageLicenseExpression (#411)

This list of changes was auto generated.

Jwt 20220609.4

09 Jun 18:34
98619ef
Compare
Choose a tag to compare

Changes:

  • 98619ef Fixed JwtBuilder.Encode() with custom factory (#409)
  • 070389b Added null-check for keys in ValidSymmetricAlgorithm() (#405)

This list of changes was auto generated.

Jwt 20220605.11

05 Jun 18:15
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

Jwt 20220604.10

04 Jun 23:25
c0e9d85
Compare
Choose a tag to compare

Changes:

  • c0e9d85 Added some checks for None algorithm (#402)
  • 518920f Added null-checks to JwtDecoder.Validate() (#399)

This list of changes was auto generated.

Jwt 20220526.4

27 May 02:36
6d14b6d
Compare
Choose a tag to compare

Changes:

  • 6d14b6d Consistent implementation of ValidateExpClaim and ValidateNbfClaim (#397)

This list of changes was auto generated.

Jwt 20220524.2

24 May 16:53
7fc7908
Compare
Choose a tag to compare

Changes:

  • 7fc7908 Refactored ValidationParameters (#396)
  • 47cdba3 Switched build pipeline back to windows-latest (#392)

This list of changes was auto generated.

Jwt 20220426.4

27 Apr 01:57
4eacd3b
Compare
Choose a tag to compare

Changes:

  • 4eacd3b Updated JWT, AspNetCore to version to 9.0.0, DI to 2.0.0 (#391)
  • 7b71f7e Moved task installing NuGet before restoring NuGet packages (#390)
  • b367283 Removed JWT.Extensions.Owin (#388)
  • 9f165e3 Added Microsoft.CodeAnalysis.NetAnalyzers (#387)
  • 9ba5c20 Disabled warnings CS0618, CS1591 (#386)

This list of changes was auto generated.

Jwt 20220410.4

10 Apr 22:48
Compare
Choose a tag to compare

Changes:

  • ec83c3d Added AddJwtEncoder() overload accepting IJwtAlgorithm (#385)

This list of changes was auto generated.