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