Robust SDKs, comprehensive docs, and a community of developers building the future of authentication.
We've obsessed over every method and parameter to ensure our API is intuitive and predictable. Whether you're building a CLI tool or a massive SaaS platform, TikiAuth fits right in.
Responses in under 50ms from our global edge network.
Full OAuth 2.0 and OIDC compliance for maximum compatibility.
import { TikiAuth } from '@tikiauth/node';
const tiki = new TikiAuth(process.env.TIKI_SECRET_KEY);
// Generate a magic link
const { url } = await tiki.magicLinks.create({
email: 'user@example.com',
redirectUrl: 'https://myapp.com/dashboard'
});npm i @tikiauth/nodenpm i @tikiauth/reactpip install tikiauthgo get github.com/tikiauth/goGet up and running in less than 5 minutes with our step-by-step tutorials for your favorite framework.
Deep dive into sessions, JWTs, RBAC, and multi-tenancy architecture within TikiAuth.
Implementing secure authentication flows for React Native, Flutter, iOS, and Android.