cpp-jwt icon indicating copy to clipboard operation
cpp-jwt copied to clipboard

Add support for compressed payload

Open kwach opened this issue 7 months ago • 1 comments

Hey, we have a case where we need to limit number of bytes in the cookie. We'd implemented JWT with GZIP payload compression. Now we'd like to use cpp-jwt to handle this cookie in some part of the system.

It is described here: https://www.rfc-editor.org/rfc/rfc7516.html#section-4.1.3

Not much, but I could provide PR with this functionality

kwach avatar Jun 18 '25 15:06 kwach

@kwach Thanks, you can provide a PR for this issue.

arun11299 avatar Jun 19 '25 04:06 arun11299