Universal SSO
SAML, OIDC, OAuth 2.0, and custom protocols. Connect any identity provider with a single integration point.
One SDK. Every identity provider. Zero configuration headaches. AuthFor gives you enterprise-grade auth that deploys in minutes, not months.
Join 2,400+ developers on the waitlist. No credit card required.
Trusted by teams building the future
Built from scratch for the way modern teams ship. No legacy baggage, no vendor lock-in, no surprises on your bill.
SAML, OIDC, OAuth 2.0, and custom protocols. Connect any identity provider with a single integration point.
Token verification at the edge. Sub-millisecond latency on every request, globally. No cold starts, no round trips.
Risk-based step-up authentication that adjusts to threat level. TOTP, WebAuthn, SMS, and biometrics out of the box.
Attribute-based access control modeled on Google Zanzibar. Define permissions as code, evaluate in microseconds.
Every authentication event streamed and indexed. SOC 2, HIPAA, and GDPR compliance baked into the platform.
API key management, service tokens, and mutual TLS for microservice architectures. Rotate credentials without downtime.
// Install: npm i @authfor/sdk
import { AuthFor } from '@authfor/sdk'
const auth = new AuthFor({
domain: 'your-app.authfor.com',
clientId: 'af_live_...'
})
// Protect any route
export const middleware = auth.protect({
required: true,
permissions: ['read:data']
})
// Get the authenticated user
const user = await auth.getUser(request)
// => { id, email, roles, org, ... }
Our SDK handles the complexity so you don't have to. Framework-agnostic, TypeScript-first, and designed for developer happiness.
Uptime SLA
P99 Latency
Identity Providers
Type II Certified
Start free. Scale infinitely. No hidden fees, no per-seat gotchas, no surprise overages.
Join the waitlist and be first to experience authentication infrastructure that actually works.