Skip to Content
Documentation

Installation Guide

⚡ 2 min read

Load the Authentication Kit via Transcodes CDN — copy the snippet from Console (matches Signin Step 2).

Current guide: Signin — redirect-based auth on Transcodes Auth.


CDN script

<script src="https://cdn.transcodes.link/YOUR_PROJECT_ID/webworker.js" defer ></script>

After load, use transcodes.redirectToSignIn, transcodes.handleSignInCallback, transcodes.token, transcodes.on, etc. See Redirect API.

TypeScript (optional)

Download transcodes.d.ts from Project Setup in the Console.


Getting snippets from the Console

  1. app.transcodes.io  → your project → Authentication Kit Cluster.
  2. Installation Guide — copy Project ID and CDN script.
  3. Project Setup — download TypeScript definitions.

Next steps

Last updated on