MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / cookieOf

Function cookieOf

e2e/cloud/oauth-callback-org-scope.test.ts:38–38  ·  view source on GitHub ↗
(identity: Identity)

Source from the content-addressed store, hash-verified

36};
37
38const cookieOf = (identity: Identity): string => identity.headers?.cookie ?? "";
39
40const originHeaders = (baseUrl: string) => ({ origin: new URL(baseUrl).origin });
41

Calls

no outgoing calls

Tested by

no test coverage detected