Zalt/docs
DOCUMENTATION

Zalt.io Documentation

Enterprise-grade authentication for modern applications. Secure, scalable, and developer-friendly.

Quick Start

# Install the SDK
npm install @zalt/auth-sdk
# Initialize in your app
import { ZaltAuth } from '@zalt/auth-sdk';

const auth = new ZaltAuth({
  realmId: 'your-realm-id',
  clientId: 'your-client-id',
});

// Login
const { user, tokens } = await auth.login({
  email: 'user@example.com',
  password: 'secure-password',
});
View full guide

Why Zalt?

Enterprise Security

RS256 JWT, Argon2id hashing, WebAuthn support, and darkweb-resistant architecture.

Quick Integration

Get started in minutes with our SDK. Works with React, Next.js, Node.js, and more.

Multi-Factor Auth

TOTP and WebAuthn/Passkeys. No SMS - we take security seriously.

Multi-Tenant

Isolated realms for each customer with custom branding and policies.

Popular Guides

Need Help?

Can't find what you're looking for? Our team is here to help.