auth flow

This commit is contained in:
matamune 2026-05-12 19:32:18 +00:00
parent 6e26e4bf09
commit 647e0d17da
Signed by: matamune
GPG key ID: 3BB8E7D3B968A324
10 changed files with 1005 additions and 36 deletions

View file

@ -2,6 +2,7 @@ const checks = [
["@peezy.tech/codex-flows", ["CodexAppServerClient"]],
["@peezy.tech/codex-flows/browser", ["CodexAppServerClient"]],
["@peezy.tech/codex-flows/flows", ["CodexFlowClient", "createCodexFlowClient"]],
["@peezy.tech/codex-flows/auth", ["CodexAuthClient", "createCodexAuthClient"]],
["@peezy.tech/codex-flows/rpc", ["JsonRpcError"]],
["@peezy.tech/codex-flows/generated", ["v2"]],
] as const;