(token: string)
| 191 | >()("@executor-js/cloud/McpOrganizationAuth") {} |
| 192 | |
| 193 | const 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 |
no test coverage detected