Transcodes Documentation
⚡ 2 min readWelcome 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
| Section | Description |
|---|---|
| Introduction | Overview of Transcodes, WebAuthn |
| Step-up MFA | Add extra security layer for sensitive actions |
| Passkey-first Login | Implement passwordless authentication with biometric login |
| Integration | Framework-specific implementation guides |
| API Reference | Token, User, Events, Modal APIs |
| Security | Best practices and compliance |
Last updated on