Transcodes Documentation
⚡ 2 min readWelcome 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
| Section | Description |
|---|---|
| Introduction | Overview of Transcodes, WebAuthn |
| Getting Started | It explains how to integrate Transcodes into your project |
| Integration | Framework-specific implementation guides |
| API Reference | Token, User, Events, Modal APIs |
| Security | Best 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