refactor(security): unify gateway scope authorization flows

This commit is contained in:
Peter Steinberger
2026-02-19 15:06:28 +01:00
parent f4b288b8f7
commit 2777d8ad93
14 changed files with 202 additions and 86 deletions

View File

@@ -13,6 +13,7 @@ vi.mock("./tools/gateway.js", () => ({
}
return { ok: true };
}),
readGatewayCallOptions: vi.fn(() => ({})),
}));
describe("gateway tool", () => {