UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 228 B
/** * Builds an unsigned JWT (`alg: "none"`, fake signature) whose payload the * Codex auth helpers can decode. Test fixture only — no crypto involved. */ export declare function createUnsignedJwt(payload: object): string;