
API + SDK para passkeys y WebAuthn
Login con passkeys en tu app. SDK en npm, API hosteada, dashboard incluido.
Integrás el SDK en el front; nosotros hosteamos el backend de WebAuthn, el registro de usuarios y la validación de sesiones. Multi-tenant, fallback por email OTP y tipos TypeScript.
$ npm install @trymellon/js import { TryMellon } from '@trymellon/js'; const client = TryMellon.create({ appId: 'your-app-id' }); await client.register(); // or .authenticate()Features
Passkeys / WebAuthn
Biometrics and device-based sign-in. No passwords to remember or leak.
Drop-in SDK
npm install, 5 lines of code. Integrate in minutes, not days.
Multi-tenant
B2B ready with tenant isolation. One dashboard, many apps.
Email Fallback
OTP when WebAuthn isn't available. Seamless fallback for all users.
Event System
Hooks for spinners, analytics, and custom UX on every step.
Type-safe
Full TypeScript, Result pattern. No surprise runtime errors.
See it in code
Drop-in SDK. Same pattern for registration and sign-in.
const result = await client.register({ /* options */ }); if (result.isOk()) { const { session_token } = result.value; // Send to your backend to set cookieHow it works
Four steps from zero to passwordless.
- 1
Install the SDK
npm install @trymellon/js - 2
Create your app
Dashboard → create app → copy App ID.
- 3
Register & authenticate
Call
client.register()orclient.authenticate(). - 4
Validate on your backend
POST session_token to your API; validate with TryMellon; set cookie.
Plans and pricing
Start free. Scale when you need to.
Recommended
Pro
For growing teams and production apps.
- 10,000 MAU
- 5 apps
- Priority support
- Custom domain
Enterprise
Unlimited scale and dedicated support.
- Unlimited MAU
- Unlimited apps
- SLA
- Dedicated support
- SSO
What developers say
Teams shipping passwordless with TryMellon.
"We shipped passkeys in a week. The SDK and docs made it a no-brainer."
"Finally, auth that doesn't feel like a tax. Our users love the one-tap sign-in."
"Multi-tenant from day one. We onboarded 50 B2B customers without custom code."
Ready to go passwordless?
Start free. No credit card required.