jwt
jwt copied to clipboard
JWT compression support
Migrated from https://github.com/dgrijalva/jwt-go/issues/227
asambeka commented on Aug 28, 2017
I am looking to compress the JWT generated, I have custom claims and that bloats the JWT. How compression can be achieved using jwt-go? Looking at https://www.iana.org/assignments/jose/jose.xhtml "zip" header is reserved for compression algorithm, any ideas on how to implement it?
Also see https://github.com/dgrijalva/jwt-go/pull/243