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

Function verifyJwt

apps/cloud/src/mcp/auth.ts:193–197  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

191>()("@executor-js/cloud/McpOrganizationAuth") {}
192
193const verifyJwt = (token: string) =>
194 verifyWorkOSMcpAccessToken(token, jwks, {
195 issuer: AUTHKIT_DOMAIN,
196 audience: WORKOS_CLIENT_ID,
197 });
198
199// Built FRESH per `authorize` call. `McpOrganizationAuthLive` is constructed
200// once by the facade but `authorize` runs on every MCP request; a shared

Callers 1

auth.tsFile · 0.85

Calls 1

Tested by

no test coverage detected