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