checkpoint

This commit is contained in:
Michael Freno
2026-01-21 12:22:19 -05:00
parent 1d8ec7a375
commit 58d48dac70
29 changed files with 287 additions and 2594 deletions

View File

@@ -167,7 +167,7 @@ describe("CSRF Protection", () => {
expect(isValid).toBe(false);
});
it("should prevent token reuse from different session", () => {
it("should prevent token reuse from different login", () => {
const token1 = generateCSRFToken();
const token2 = generateCSRFToken();