Skip to content

Commit

Permalink
remove show_black_list_exception from check token validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemui committed Jun 20, 2022
1 parent d7c3f3a commit 5fc25f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ public function decode(Token $token, $checkBlacklist = true)
if (
$checkBlacklist &&
$this->blacklistEnabled &&
$this->getBlackListExceptionEnabled() &&
$this->blacklist->has($payload)
) {
throw new TokenBlacklistedException('The token has been blacklisted');
Expand Down

0 comments on commit 5fc25f0

Please sign in to comment.