Skip to content

Commit

Permalink
Refer to #68
Browse files Browse the repository at this point in the history
  • Loading branch information
michielbdejong committed Sep 1, 2023
1 parent 63329fa commit fe67a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JtiReplayDetector.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ private function has(string $jti, string $uri): bool

// $cursor->closeCursor();

return false ; // FIXME! REPLAY PROTECTION DISABLED!! ! empty($row);
return false ; // FIXME! REPLAY PROTECTION DISABLED!! See https://github.com/pdsinterop/php-solid-server/issues/68 ! empty($row);
}

private function store(string $jti, string $uri): void
Expand Down

0 comments on commit fe67a06

Please sign in to comment.