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 as a Software (AaaS) platform for passwordless authentication. We focus on passkey-first authentications with recovery/fallback options (login, mfa/2fa) 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.openAuthLoginModal();

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


Documentation Structure

SectionDescription
IntroductionOverview of Transcodes, WebAuthn
Getting StartedIt explains how to integrate Transcodes into your project
IntegrationFramework-specific implementation guides
API ReferenceToken, User, Events, Modal APIs
SecurityBest practices and compliance

New to Transcodes? Start with Getting Started to understand how it works, or jump directly to Quick Start if you want to dive in.

Last updated on