Skip to content

Guides

Status: Fixture Preview. Each guide walks an end-to-end pattern against the current fixture cloud. Receipts carry fixture: true. See reference/fixture-vs-production.md.

These pages are worked walkthroughs for common integration patterns. Each picks one task, runs it through the membrane end-to-end, and shows the receipts at every step.

  • Auth and sessions — login start / finish, session issue / refresh / inspect, revocation, recovery, and rate-limit posture.
  • Human-auth flows — challenge → passkey verify → presence approval, plus the CPU face-match fallback.

Every guide assumes you’ve completed getting-started.md and have a fixture cloud running on 127.0.0.1:3011 with the fixture bearer token.

The guides are cargo-cult-friendly: copy-paste the snippets and they work against the fixture cloud. They use the TypeScript SDK by default; equivalents in Rust / curl are easy to derive from sdk/typescript.md and the API reference.