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?