diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-21 15:29:53 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | f0a44496378551882667c41a3671c10f7498881f (patch) | |
tree | 290a27eec554882d0925137838d4f45dafed8d77 /mod/jwt.hxx | |
parent | 5f43b019f69f615312483697d453eb0a13c387f5 (diff) |
Post-review changes
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)); } |