uruk-project / Jwt

JSON Web Token implementation for .Net & .Net Core
MIT License
81 stars 13 forks source link

Add documentation & sample for custom object serialization #499

Closed ycrumeyrolle closed 3 years ago

ycrumeyrolle commented 3 years ago

See #498

ycrumeyrolle commented 3 years ago

Fixed in #509 & #523 See https://github.com/uruk-project/Jwt/blob/3c6555d2f1f6e5ae79faadccc08c8b3847452740/samples/JwsCreationSample/Program.cs#L14-L58

AtkinsonHD commented 3 years ago

Has this functionality been released?

ycrumeyrolle commented 3 years ago

This is available in beta for the moment: https://www.nuget.org/packages/JsonWebToken/2.0.0-beta.2

Breaking changes are described at https://github.com/uruk-project/Jwt/blob/master/BreakingChanges.md