uruk-project / Jwt

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

Use an `IBufferWriter` when decompressing a JWT #508

Closed ycrumeyrolle closed 3 years ago

ycrumeyrolle commented 3 years ago

Instead of creating a Sequence then copying to an array, use a IBufferWriter

ycrumeyrolle commented 3 years ago

Fixed in #509