Releases: henkmollema/Jwt.NET
Releases · henkmollema/Jwt.NET
v4.0.0
v3.0.0
- Added overload with default HS256 algorithm
- Breaking change: Return
Dictionary<string, object>
fromDecodeToObject
, rather than wrapping it in anobject
- 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
- 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
Update to .NET Standard 1.6.1
v1.2.0
Update to .NET Core RTM
v1.1.0
Merge pull request #1 from henkmollema/netstandard Migrate to .NETStandard 1.3