Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Install the AFAuth TypeScript SDK packages from npm.
pnpm add @afauthhq/agent # client / agent pnpm add @afauthhq/server # service handlers + Verifier pnpm add @afauthhq/worker # Cloudflare Workers bindings pnpm add @afauthhq/core # primitives shared by the above
npm i @afauthhq/agent npm i @afauthhq/server npm i @afauthhq/worker npm i @afauthhq/core
yarn add @afauthhq/agent yarn add @afauthhq/server yarn add @afauthhq/worker yarn add @afauthhq/core