We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2cd684 + 47420ce commit f26873bCopy full SHA for f26873b
lib/common/Security/JwtToken.php
@@ -20,7 +20,6 @@ public function __construct(
20
parent::__construct($roles);
21
22
$this->setUser($user);
23
- $this->setAuthenticated(true);
24
}
25
26
public function getCredentials()
lib/common/Security/TemporaryToken.php
@@ -22,7 +22,6 @@ public function __construct(
parent::__construct($account->getRoles());
$this->setUser($account);
27
28
public function getOriginalToken()
0 commit comments