diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-27 16:39:03 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-04-24 15:14:54 +0200 |
commit | 901314a60dd21f5d5256a322fd806eb9674cd643 (patch) | |
tree | eb9bff92bf8e4a41ebd3642ff71a5d1d0861daf0 /mod/jwt.cxx | |
parent | 1281327d8d1c015d18a23e649c8ce56330eeb666 (diff) |
Post-review changes
Diffstat (limited to 'mod/jwt.cxx')
-rw-r--r-- | mod/jwt.cxx | 10 |
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. // |