/

Identity Hub

Enable passwordless authentication with magic links and biometrics

by

ShipOS

·

Identity Hub eliminates passwords entirely. Our platform uses magic links, biometric authentication, and one-time codes to verify users without requiring them to remember complex passwords. Reduce support tickets, increase conversion rates, and improve security with passwordless authentication that just works.

Integrate Identity Hub with ShipOS in minutes. Our SDK handles the entire authentication flow, from sending magic links to verifying biometric data. Users receive a login link via email or SMS, click it, and they're authenticated. No password fields, no reset flows, no friction.

Getting Started

Installation

Add Identity Hub to your project with npm or yarn. Our lightweight SDK works with any JavaScript framework and adds less than 15KB to your bundle size.

import { IdentityHub } from '@identityhub/sdk';

const identity = new IdentityHub({
  projectId: process.env.IDENTITYHUB_PROJECT_ID
});

// Send magic link
await identity.sendMagicLink('user@example.com');

// Verify token
const user = await identity.verifyToken(token);
import { IdentityHub } from '@identityhub/sdk';

const identity = new IdentityHub({
  projectId: process.env.IDENTITYHUB_PROJECT_ID
});

// Send magic link
await identity.sendMagicLink('user@example.com');

// Verify token
const user = await identity.verifyToken(token);
import { IdentityHub } from '@identityhub/sdk';

const identity = new IdentityHub({
  projectId: process.env.IDENTITYHUB_PROJECT_ID
});

// Send magic link
await identity.sendMagicLink('user@example.com');

// Verify token
const user = await identity.verifyToken(token);

Configuration

Customize email templates, set link expiration times, and configure fallback authentication methods in the Identity Hub dashboard. All changes take effect immediately without code deployments.

Why Passwordless

Studies show passwordless authentication increases conversion by 40% and reduces support costs by 60%. Users prefer the simplicity of clicking a link over remembering passwords. Security improves because there are no credentials to steal or phish.

Identity Hub supports WebAuthn for hardware keys, platform authenticators like Touch ID and Windows Hello, and magic links for older devices. Our system automatically selects the best method based on device capabilities.

Create a free website with Framer, the website builder loved by startups, designers and agencies.