You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: