Remove iat mention

Closes #228
This commit is contained in:
Vincent Prouillet 2022-01-09 20:15:33 +01:00
parent 4598ba0a8c
commit 5486f96f52
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pub struct Validation {
///
/// Defaults to `{"exp"}`
pub required_spec_claims: HashSet<String>,
/// Add some leeway (in seconds) to the `exp`, `iat` and `nbf` validation to
/// Add some leeway (in seconds) to the `exp` and `nbf` validation to
/// account for clock skew.
///
/// Defaults to `0`.