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

Function verifyJwt

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

Source from the content-addressed store, hash-verified

177>()("@executor-js/cloud/McpOrganizationAuth") {}
178
179const verifyJwt = (token: string) =>
180 verifyWorkOSMcpAccessToken(token, jwks, {
181 issuer: AUTHKIT_DOMAIN,
182 audience: WORKOS_CLIENT_ID,
183 });
184
185// Built FRESH per `authorize` call. `McpOrganizationAuthLive` is constructed
186// 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