Skip to content
Advertisement

Tag: zlib

Creating Compressed JWT Payload in JavaScript

I have a function which parses a compressed JWT Payload into JSON. It makes sense to me the way the function works. I want to create a function that can do the exact opposite: Take a JSON object and turn it into a COMPRESSED JWT Payload. The function that parses and decompresses: …outputs the JSON. …inputs the JSON. My attempt

Advertisement