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
pub fn validate_token<T>(input: &str) -> Result<TokenValidation>
Validates a signed JWT. This will check the signature, expiration time, and not-valid-before time