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