Skip to main content

decode_jwt

Function decode_jwt 

Source
pub fn decode_jwt(token: &str) -> Option<JwtParts>
Expand description

Decode a header.payload.signature JWT into header + claims JSON. The signature is ignored (never decoded or returned).