Skip to content

Commit 83c8406

Browse files
committed
refactor(security): split gateway auth suites and share safe write path checks
1 parent 602f643 commit 83c8406

9 files changed

+1050
-994
lines changed

src/gateway/server.auth.test.ts renamed to src/gateway/server.auth.control-ui.suite.ts

Lines changed: 23 additions & 899 deletions
Large diffs are not rendered by default.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import { describe } from "vitest";
2+
import { registerControlUiAndPairingSuite } from "./server.auth.control-ui.suite.js";
3+
import { installGatewayTestHooks } from "./server.auth.shared.js";
4+
5+
installGatewayTestHooks({ scope: "suite" });
6+
7+
describe("gateway server auth/connect", () => {
8+
registerControlUiAndPairingSuite();
9+
});

0 commit comments

Comments
 (0)