From af18f56a930bef450c1b40b58d8e1c5417456567 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Fri, 24 May 2019 13:32:33 +0000 Subject: [PATCH] Update comment git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5289 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- authparams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authparams.php b/authparams.php index 42c72f6..96318ba 100644 --- a/authparams.php +++ b/authparams.php @@ -115,7 +115,7 @@ class authparams * The token MUST be set in HTTP Header : * Authorization: Bearer * The real verification are done in authjwt, as we can not have the - * jwtServerKey defined in property + * jwtServerKey defined in property : the execution is done in constructor */ public function jwt () // {{{