From 569be5d4180d9e5b386a882ec773dbb58e8a96d3 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 24 May 2019 13:33:28 +0000 Subject: [PATCH] domci for authentication git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5290 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authentication.php | 1 + 1 file changed, 1 insertion(+) diff --git a/authentication.php b/authentication.php index dfa4174..66be594 100644 --- a/authentication.php +++ b/authentication.php @@ -296,6 +296,7 @@ class authentication // }}} /** Return the JSON Web Token + * @param string $email The user email to store in JSON Web Token payload */ public function createJwtToken ($email) // {{{