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 7855d91 commit ea08d86Copy full SHA for ea08d86
src/Authentication/Authenticators/Session.php
@@ -870,7 +870,7 @@ private function refreshRememberMeToken(stdClass $token): void
870
// Update validator.
871
$validator = bin2hex(random_bytes(20));
872
873
- $token->validator = $this->hashValidator($validator);
+ $token->hashedValidator = $this->hashValidator($validator);
874
$token->expires = $this->calcExpires();
875
876
$this->rememberModel->updateRememberValidator($token);
0 commit comments