pub fn validate_auth_token(
token: String,
secret: &SecretString,
) -> Result<Uuid, TokenError>
Expand description
Validate a JSON web token.
pub fn validate_auth_token(
token: String,
secret: &SecretString,
) -> Result<Uuid, TokenError>
Validate a JSON web token.