Function decode_verify

Source
pub fn decode_verify(jwt: &str, key: &JWK) -> Result<String, Error>
Expand description

Extracts payload from JWT and verifies signature.