diff options
Diffstat (limited to 'mod/jwt.hxx')
-rw-r--r-- | mod/jwt.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/jwt.hxx b/mod/jwt.hxx index 4b5a54f..550649f 100644 --- a/mod/jwt.hxx +++ b/mod/jwt.hxx @@ -33,7 +33,7 @@ namespace brep gen_jwt (const options::openssl_options&, const path& private_key, const string& issuer, - const std::chrono::minutes& validity_period, + const std::chrono::seconds& validity_period, const std::chrono::seconds& backdate = std::chrono::seconds (60)); } |