Update leeway docs

Closes #234
This commit is contained in:
Vincent Prouillet 2022-02-03 16:23:32 +01:00
parent 0ed16a34ad
commit 1a9ca38b76
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ pub struct Validation {
/// Add some leeway (in seconds) to the `exp` and `nbf` validation to
/// account for clock skew.
///
/// Defaults to `0`.
/// Defaults to `60`.
pub leeway: u64,
/// Whether to validate the `exp` field.
///