Function wascap::jwt::validate_token

source ·
pub fn validate_token<T>(input: &str) -> Result<TokenValidation>
Expand description

Validates a signed JWT. This will check the signature, expiration time, and not-valid-before time