Skip to content

Commit 2bb0114

Browse files
committed
docs: fix wrong header key
1 parent fdd5bcb commit 2bb0114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Authentication/Authenticators/HmacSha256.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public function loggedIn(): bool
200200
$request = service('request');
201201

202202
return $this->attempt([
203-
'token' => $request->getHeaderLine(config('Auth')->authenticatorHeader['tokens']),
203+
'token' => $request->getHeaderLine(config('Auth')->authenticatorHeader['hmac']),
204204
])->isOK();
205205
}
206206

0 commit comments

Comments
 (0)