I'm trying to produce the token by passing the JSON string. It works correctly if the payload (the length of the string) is less than 476 bytes. A string with a length of 475 bytes works, but a string of 476 bytes produces a corrupted token. Is there any limitation on the size? Am I doing something wrong?
Hi,
I'm trying to produce the token by passing the JSON string. It works correctly if the payload (the length of the string) is less than 476 bytes. A string with a length of 475 bytes works, but a string of 476 bytes produces a corrupted token. Is there any limitation on the size? Am I doing something wrong?
Thanks,
Alex