We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbe350a commit 389bd0aCopy full SHA for 389bd0a
src/ApiController.php
@@ -74,7 +74,7 @@ public function isHttpAuthenticated() : bool
74
*/
75
protected function isGranted(string $token) : bool
76
{
77
- $access = $this->getTokenAccess($token, $this->getSecret(true));
+ $access = $this->getAccessToken($token, $this->getSecret(true));
78
$user = $access['user'] ?? false;
79
$pswd = $access['pswd'] ?? false;
80
0 commit comments