Skip to content

Commit 5fc25f0

Browse files
committed
remove show_black_list_exception from check token validation
1 parent d7c3f3a commit 5fc25f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/Manager.php

-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ public function decode(Token $token, $checkBlacklist = true)
108108
if (
109109
$checkBlacklist &&
110110
$this->blacklistEnabled &&
111-
$this->getBlackListExceptionEnabled() &&
112111
$this->blacklist->has($payload)
113112
) {
114113
throw new TokenBlacklistedException('The token has been blacklisted');

0 commit comments

Comments
 (0)