payload = "test" token = JWT.encode payload, rsa_private_key, 'RS256' when I paste the token to https://dinochiesa.github.io/jwt/ I am getting "test" It cannot decode it to as a raw text test ** without the double quote