Skip to main content

decode_token

Function decode_token 

Source
pub fn decode_token(token: &str) -> Result<DecodedToken, ContinuityError>
Expand description

Decodes a compact JWS without verifying the signature.

Use only where the specification treats the token as untrusted input to be parsed before validation.