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 63329fa commit fe67a06Copy full SHA for fe67a06
src/JtiReplayDetector.php
@@ -60,7 +60,7 @@ private function has(string $jti, string $uri): bool
60
61
// $cursor->closeCursor();
62
63
- 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);
64
}
65
66
private function store(string $jti, string $uri): void
0 commit comments