validate_token

Function validate_token 

Source
pub fn validate_token(
    token: &str,
    config: &JwtConfig,
) -> Result<AuthResult, JwtError>
Expand description

Validate a JWT token and extract claims.