archetecture security fix

This commit is contained in:
root
2026-06-11 03:22:12 -04:00
parent 6def9993da
commit 9483750161
3126 changed files with 177194 additions and 37211 deletions
+6
View File
@@ -0,0 +1,6 @@
import type { Response } from 'express';
import type { ActorType } from './tokens';
export declare function getSessionCookieName(actorType: ActorType): string;
export declare function setSessionCookie(res: Response, actorType: ActorType, token: string, maxAgeMs?: number): void;
export declare function clearSessionCookie(res: Response, actorType: ActorType): void;
//# sourceMappingURL=sessionCookies.d.ts.map