Skip to content

Commit fe67a06

Browse files
Refer to #68
1 parent 63329fa commit fe67a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JtiReplayDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ private function has(string $jti, string $uri): bool
6060

6161
// $cursor->closeCursor();
6262

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

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

0 commit comments

Comments
 (0)