ZeroAuth Documentation
ZeroAuth is a hosted authentication API that combines zero-knowledge biometric verification, enterprise federation (SAML, OIDC), and blockchain-anchored decentralized identity into a single platform.
No packages to install. Create an account at zeroauth.dev, get an API key, and start making requests.
What ZeroAuth Does
ZeroAuth exposes three authentication paths through a unified REST API:
- ZKP biometric auth — Privacy-preserving proof-based verification. Zero biometric data stored. Ever.
- SAML 2.0 — Enterprise SSO integration with identity providers.
- OAuth 2.0 / OIDC — Modern authorization code flow with PKCE.
The platform also provides:
- JWT-based access and refresh tokens,
- scoped API keys with per-tenant rate limiting and usage metering,
- optional Base Sepolia blockchain anchoring for decentralized identity,
- a developer console for API key management and usage monitoring.
How It Works
- Sign up at
https://zeroauth.dev/api/console/signupand get your API key. - Authenticate requests with
Authorization: Bearer za_live_YOUR_KEY. - Call v1 endpoints — register identities, verify ZK proofs, initiate SSO flows.
- Monitor usage via the developer console API.
Every API call is metered, rate-limited, and scoped to your tenant account. See Plans for limits.
Start Here
- Quickstart — Create an account and make your first API call
- API Keys — Managing keys, scopes, and environments
- API Reference — Full endpoint documentation
- Architecture — How ZeroAuth works under the hood
- Privacy and Security — The zero-storage privacy model
Documentation Map
Getting Started
- Account creation and first API call
- API key management and scopes
- Integration configuration
Concepts
- System architecture
- Privacy model and cryptographic controls
- Platform capabilities and roadmap
Integrations
- ZKP biometric authentication
- SAML SSO
- OAuth 2.0 / OIDC
Operations
- Platform status and health
- Developer console and usage monitoring
Reference
- API endpoints
- Contracts and circuit details
- Error codes