aboutsummaryrefslogtreecommitdiff
path: root/mod/jwt.hxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-02-21 15:29:53 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-15 09:05:27 +0200
commitf0a44496378551882667c41a3671c10f7498881f (patch)
tree290a27eec554882d0925137838d4f45dafed8d77 /mod/jwt.hxx
parent5f43b019f69f615312483697d453eb0a13c387f5 (diff)
Post-review changes
Diffstat (limited to 'mod/jwt.hxx')
-rw-r--r--mod/jwt.hxx2
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));
}