A JWT payload is only base64-encoded, not encrypted — anyone with the token can already read its contents without a secret, so decoding it here reveals nothing new. That said, avoid pasting tokens containing sensitive production data into any third-party tool as a general precaution.