diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-21 15:29:53 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:45 +0200 |
commit | 69eb6b4e06ea267fdf664e3b70e7e185717b45b4 (patch) | |
tree | 81c432f4620d3dd690e069702283878bfa2152ee /mod/jwt.hxx | |
parent | 6fb7a7f7b42eebed6fa289183abafaad7aefb3ac (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)); } |