Passage en Namespace et tous les tests fonctionnels OK
This commit is contained in:
@@ -119,7 +119,7 @@ class Authjwt extends Auth
|
||||
if ($auth["email"] === "anonymous")
|
||||
throw new \Exception (dgettext ("domframework",
|
||||
"AuthJWT : can not create token for anonymous"), 403);
|
||||
$uuid = uuid::uuid4 ();
|
||||
$uuid = Uuid::uuid4 ();
|
||||
$cachefile = new Cachefile ();
|
||||
$cachefile->directory = $this->cacheDir;
|
||||
$cachefile->write ($uuid, $auth);
|
||||
|
||||
Reference in New Issue
Block a user