Releases: Cysharp/LitJWT
Releases · Cysharp/LitJWT
Ver.2.0.2
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
- @dependabot made their first contribution in #16
- @xin9le made their first contribution in #19
Full Changelog: 2.0.1...2.0.2
Ver.2.0.1
Ver.2.0.0
- add
net5.0
,net6.0
support with no dependency - netstandard2.1 dependent
System.Text.Json
Encode<T>
,Decode<T>
usingJsonSerializer
in defaultJwtEncoder
,JwtDecoder
are addedJsonSerializerOptions
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
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
- Support
netstandard2.1