diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-02-28 16:59:00 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-06-05 09:12:46 +0200 |
commit | 875d221c3561203575096cbf9cd93d784e923d3a (patch) | |
tree | ebf95735855d3ec5d6b89779d9015aa297d65a3a /mod/jwt.hxx | |
parent | 0b44bb47131f6c02836715a5273636b107b9695d (diff) |
Clean up/fixes
Diffstat (limited to 'mod/jwt.hxx')
-rw-r--r-- | mod/jwt.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/mod/jwt.hxx b/mod/jwt.hxx index 97be0e9..b0df714 100644 --- a/mod/jwt.hxx +++ b/mod/jwt.hxx @@ -24,9 +24,6 @@ namespace brep // the "issued at" time in order to combat potential clock drift (which can // cause the token to be not valid yet). // - // @@ TODO Is there a standard term? "drift" or "drift value" seems to be - // used quite often. - // // Return the token or throw std::system_error in case of an error. // string |