vAuth Passkeys are now in public beta

Authentication that doesn't slow you down.

Join 14,000+ developers building secure, passwordless login flows in minutes. Featuring 12ms average latency and 99.999% guaranteed uptime.

Securing millions of users at

Vercel
Scale AI
Linear
Raycast

Integrates in 3 lines of code.

Say goodbye to complex OAuth flows and database migrations. Our SDK handles session management, token rotation, and brute-force protection automatically.

  • Drop-in React UI components
  • Native Next.js App Router support
  • Automatic JWT edge verification
Explore the Node.js SDK
middleware.ts
import { vAuthMiddleware } from '@vauth/next';

// Initialize with your project ID
export default vAuthMiddleware({
  projectId: process.env.VAUTH_PROJECT_ID,
  secretKey: process.env.VAUTH_SECRET,
  
  // Define protected routes automatically
  publicRoutes: ['/', '/pricing', '/blog(.*)'],
  
  onUnauthorized: (req) => {
    return Response.redirect('/login');
  }
});

export const config = {
  matcher: ['/((?!_next/static|_next/image|favicon.ico).*)'],
};

Enterprise security, startup speed

Everything you need to manage users globally, compliant with GDPR, CCPA, and SOC2 Type II by default.

Passwordless & Biometrics

Support for WebAuthn, Magic Links, and 14+ OAuth providers including Google, GitHub, and Apple.

Increases conversion by ~32%

Global Edge Network

User sessions are replicated across 34 global regions, ensuring tokens are verified right next to your database.

Avg. verification time: 12ms

Bot & Anomaly Detection

Machine learning models automatically block credential stuffing and high-risk IP addresses before they hit your DB.

Blocks 2.4M+ attacks daily

Transparent Pricing

Start for free, scale when you need to.

Hobby

$0 /mo

Perfect for side projects.

  • Up to 5,000 MAUs
  • 3 Social Providers
  • Community Support
Start Free
Most Popular

Pro

$49 /mo

For scaling production apps.

  • Up to 50,000 MAUs
  • Unlimited Social Providers
  • Custom Domains
  • Email Support
Upgrade to Pro

Enterprise

Custom

For large scale organizations.

  • Unlimited MAUs
  • SLA 99.999% Uptime
  • SOC2 / HIPAA BAA
  • Dedicated Success Manager
Contact Sales