Skip to content

Releases: henkmollema/Jwt.NET

v4.0.0

15 Jul 14:38
Compare
Choose a tag to compare
  • Only target .NET Standard 2.0
  • Bump Json.NET package version

v3.0.0

10 Feb 15:24
Compare
Choose a tag to compare
  • Added overload with default HS256 algorithm
  • Breaking change: Return Dictionary<string, object> from DecodeToObject, rather than wrapping it in an object
  • Only decode header and signature when verifying
  • Remove some unnecessary base-64 decoding when verifying
  • Remove information leakage from invalid signature exceptions

v2.0.0

18 Aug 09:51
Compare
Choose a tag to compare
  • Drop .NET 4.5.1 target, just target .NET Standard 1.3
  • Update to .NET Core SDK 2.0 and Visual Studio 2017 (project.json to .csproj)

v1.3.0

16 Nov 19:32
Compare
Choose a tag to compare

Update to .NET Standard 1.6.1

v1.2.0

16 Nov 19:13
Compare
Choose a tag to compare

Update to .NET Core RTM

v1.1.0

19 May 09:57
Compare
Choose a tag to compare
Merge pull request #1 from henkmollema/netstandard

Migrate to .NETStandard 1.3