Skip to content

Commit

Permalink
Remove iat mention
Browse files Browse the repository at this point in the history
Closes #228
  • Loading branch information
Keats committed Feb 2, 2022
1 parent 4598ba0 commit 5486f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 5486f96

Please sign in to comment.