Skip to content

Releases: Cysharp/LitJWT

Ver.2.0.2

30 Sep 11:32
a42cd44
Compare
Choose a tag to compare

What's Changed

  • Bump Newtonsoft.Json from 12.0.2 to 13.0.1 in /sandbox/ConsoleApp by @dependabot in #16
  • feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #17
  • Fix misjudgment of exp / nbf if payload contains nested object by @xin9le in #19

New Contributors

Full Changelog: 2.0.1...2.0.2

Ver.2.0.1

02 Jun 10:36
Compare
Choose a tag to compare

Fix: JwtDecoder.TryDecode returns InvalidHeader/PayloadFormat when JSON is invalid, #15

Ver.2.0.0

28 Apr 10:45
Compare
Choose a tag to compare
  • add net5.0, net6.0 support with no dependency
  • netstandard2.1 dependent System.Text.Json
  • Encode<T>, Decode<T> using JsonSerializer in default
  • JwtEncoder, JwtDecoder are added JsonSerializerOptions constructor overload
  • internally json parsing engine is changed to System.Text.JsonReader
  • ixed bug when payload has \\ char in last of json value

Ver.1.3.0

28 Jan 01:59
0efd531
Compare
Choose a tag to compare

What's Changed

  • chore: replace set-env to ENV FILE $GITHUB_ENV by @guitarrapc in #6
  • chore: release on workflow_dispatch by @guitarrapc in #8
  • Removing store HashAlgorithm to avoid memory leak by @neuecc in #11
  • Fix #7, TryDecode supports invalid json format by @neuecc in #12

New Contributors

Full Changelog: 1.2.0...1.3.0

Ver.1.2.0

14 Aug 08:05
Compare
Choose a tag to compare
  • Support netstandard2.1