pub fn decode_jwt(token: &str) -> Option<JwtParts>
Decode a header.payload.signature JWT into header + claims JSON. The signature is ignored (never decoded or returned).
header.payload.signature