Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.hyperauth.dev/llms.txt

Use this file to discover all available pages before exploring further.

All quotas and constants applied by the Vault Worker and its Durable Object instances.
ConstantValueApplies to
MAX_REGISTRATIONS_PER_IP3POST /api/sessions
MAX_VERIFY_ATTEMPTS5POST /api/verify/check per code (email)
EMAIL_CODE_EXPIRY_SECONDS90Email OTP TTL
RATE_LIMIT_CODES_PER_IDENTIFIER5POST /api/verify/send per identifier per hour (email)
MAX_VERIFY_SENDS_PER_IP3POST /api/verify/send per IP per day
ATTESTATION_TTL_SECONDS300Verification attestation TTL
IP-based limits use the CF-Connecting-IP header, which Cloudflare sets to the originating client IP. Limits reset on rolling windows tied to the limit type (per hour, per day, etc.).