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.
2 parents fdd5bcb + 2bb0114 commit a331260Copy full SHA for a331260
src/Authentication/Authenticators/HmacSha256.php
@@ -200,7 +200,7 @@ public function loggedIn(): bool
200
$request = service('request');
201
202
return $this->attempt([
203
- 'token' => $request->getHeaderLine(config('Auth')->authenticatorHeader['tokens']),
+ 'token' => $request->getHeaderLine(config('Auth')->authenticatorHeader['hmac']),
204
])->isOK();
205
}
206
0 commit comments