pub fn get_name(token: &str) -> Result<String, MantaError>Expand description
Extract the name claim from a JWT token.
Returns "MISSING" if the claim is absent.
pub fn get_name(token: &str) -> Result<String, MantaError>Extract the name claim from a JWT token.
Returns "MISSING" if the claim is absent.