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

Function verifyJwt

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

Source from the content-addressed store, hash-verified

190>()("@executor-js/cloud/McpOrganizationAuth") {}
191
192const verifyJwt = (token: string) =>
193 verifyWorkOSMcpAccessToken(token, jwks, {
194 issuer: AUTHKIT_DOMAIN,
195 audience: WORKOS_CLIENT_ID,
196 });
197
198// Built FRESH per `authorize` call. `McpOrganizationAuthLive` is constructed
199// 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