Installation Guide
⚡ 2 min readLoad 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
- app.transcodes.io → your project → Authentication Kit Cluster.
- Installation Guide — copy Project ID and CDN script.
- Project Setup — download TypeScript definitions.
Next steps
Last updated on