aboutsummaryrefslogtreecommitdiff
path: root/mod/jwt.cxx
diff options
context:
space:
mode:
authorFrancois Kritzinger <francois@codesynthesis.com>2024-02-27 16:39:03 +0200
committerFrancois Kritzinger <francois@codesynthesis.com>2024-10-15 09:05:27 +0200
commita47fa04f5a4e6de23779aa964c96f0b9494ad56d (patch)
treeba16f326759f1dba0a8e4ca106982a0be05d727a /mod/jwt.cxx
parentc9bfe5a90e4ba2d873634562a317dd10a6b2ec83 (diff)
Post-review changes
Diffstat (limited to 'mod/jwt.cxx')
-rw-r--r--mod/jwt.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/mod/jwt.cxx b/mod/jwt.cxx
index 6176f27..4e28630 100644
--- a/mod/jwt.cxx
+++ b/mod/jwt.cxx
@@ -52,11 +52,11 @@ using namespace butl;
// base64url($header) + '.' + base64url($payload) + '.' + base64url($signature)
//
string brep::
-gen_jwt (const options::openssl_options& o,
- const path& pk,
- const string& iss,
- const chrono::seconds& vp,
- const chrono::seconds& bd)
+generate_jwt (const options::openssl_options& o,
+ const path& pk,
+ const string& iss,
+ const chrono::seconds& vp,
+ const chrono::seconds& bd)
{
// Create the header.
//