J
jmls
Guest
Actually, it's easy to extract the data using progress. ** Basically a JWT is just a string with the following format: header.payload.signature where header, payload and signature are base64 encoded strings when decoded, header and payload are stringified json objects you must remember that a JWT is only encoded and signed - the contents are *not* encrypted ** never having done this, take my comment with a pinch of salt 
Continue reading...

Continue reading...