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 79764d6 commit 4cbacf9Copy full SHA for 4cbacf9
app/code/Magento/JwtUserToken/Model/RevokedValidator.php
@@ -40,6 +40,7 @@ public function validate(UserToken $token): void
40
(int) $token->getUserContext()->getUserType(),
41
(int) $token->getUserContext()->getUserId()
42
);
43
+
44
if ($revoked && $token->getData()->getIssued()->getTimestamp() <= $revoked->getBeforeTimestamp()) {
45
throw new AuthorizationException(__('User token has been revoked'));
46
}
0 commit comments