domci for authentication

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5290 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-05-24 13:33:28 +00:00
parent af18f56a93
commit 569be5d418

View File

@@ -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)
// {{{