diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2024-02-27 11:15:42 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-24 15:14:54 +0200 |
commit | 1281327d8d1c015d18a23e649c8ce56330eeb666 (patch) | |
tree | c0c13f3a86eb015124bb376b35dfeb7808b4bc02 /mod/jwt.hxx | |
parent | a0f755028ab8825a3b59aa1895eb40da4ea7484c (diff) |
Review
Diffstat (limited to 'mod/jwt.hxx')
-rw-r--r-- | mod/jwt.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/jwt.hxx b/mod/jwt.hxx index 550649f..97be0e9 100644 --- a/mod/jwt.hxx +++ b/mod/jwt.hxx @@ -30,11 +30,11 @@ namespace brep // Return the token or throw std::system_error in case of an error. // string - gen_jwt (const options::openssl_options&, - const path& private_key, - const string& issuer, - const std::chrono::seconds& validity_period, - const std::chrono::seconds& backdate = std::chrono::seconds (60)); + generate_jwt (const options::openssl_options&, + const path& private_key, + const string& issuer, + const std::chrono::seconds& validity_period, + const std::chrono::seconds& backdate = std::chrono::seconds (60)); } #endif |