Is quarkus supporting gzip jwt tokens

353 Views Asked by At

I am using Smallrye JwtClaimsBuilder to build a token in my application.

Is it possible to use gzip to compress the body of the token? I couldn't find something in the documentation about this.

Of course I could use a different way to generate the token, but can it be validate by the quarkus framework?

0

There are 0 best solutions below