From db38df6a8806b441dfdbd3a1838cd8164c8b6366 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Sat, 25 May 2019 22:49:27 +0000 Subject: [PATCH] jwt : update comment git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5294 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- jwt.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/jwt.php b/jwt.php index 3c4a429..4445f2c 100644 --- a/jwt.php +++ b/jwt.php @@ -159,6 +159,8 @@ class jwt // }}} /** Return the provided string in base64 without equal at the end + * To be URL compliant, the slash and plus are converted to underscore and + * dash * @param string $str The string the convert in base64 * @return string The string converted in base64 */