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