Skip to Content
DocumentationTable of Contents

Transcodes Documentation

⚡ 2 min read

Welcome to Transcodes - Passkey-First Passwordless Authentication


Quick Navigation


Transcodes

Transcodes is a Authentication Infrastructure as a Service (AaaS) for passwordless login and step-up authentication. We focus on step-up MFA to protect sensitive actions and passkey-first authentications with recovery/fallback options for startups, small businesses, and no-code website builders

In your root directory index.html file, add Transcodes WebWorker CDN script:

<script type="module" src="https://cdn.transcodes.link/{PROJECT_ID}/webworker.js" ></script>
const result = await transcodes.openAuthMfaModal({ projectId: 'proj_abc123xyz', userId: 'user_123', actor: 'admin', action: 'user:delete', });

Open the authentication modal with one function call. No backend code. No complex configuration. Just works


Documentation Structure

SectionDescription
IntroductionOverview of Transcodes, WebAuthn
Step-up MFAAdd extra security layer for sensitive actions
Passkey-first LoginImplement passwordless authentication with biometric login
IntegrationFramework-specific implementation guides
API ReferenceToken, User, Events, Modal APIs
SecurityBest practices and compliance
Last updated on