About JWT
A JWT is three Base64URL segments — header, payload and signature — joined by dots. The payload is encoded, not encrypted, so anyone holding the token can read its claims; only the signature check proves the token has not been tampered with.