Skip to content

Commit 5ee939a

Browse files
committed
add jti cleanup
1 parent 6f9acd1 commit 5ee939a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

www/idp/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -427,6 +427,7 @@
427427
touch(CLEANUP_FILE, time() + 3600);
428428
User::cleanupTokens();
429429
IpAttempts::cleanupAttempts();
430+
JtiStore::cleanupJti();
430431
}
431432
break;
432433
case "OPTIONS":

0 commit comments

Comments
 (0)