@caido-community/autorize
v1.2.1
Published
Specification for the Autorize plugin
Keywords
Readme
Autorize
Type definitions and API specification for the Autorize plugin.
This package is used by the @caido/sdk-client to provide fully typed access to the Autorize plugin API, enabling automated authorization testing workflows from scripts, CI/CD pipelines, and external tools.
import { Client } from "@caido/sdk-client";
import type { Spec } from "@caido-community/autorize";
const client = new Client({ url: "http://localhost:8080", auth: { pat } });
await client.connect();
const autorize = await client.plugin.pluginPackage<Spec>("autorize");
const templates = await autorize.getTemplates();