Developer Hub

Built for builders.

Robust SDKs, comprehensive docs, and a community of developers building the future of authentication.

A delightful API experience

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.

Low Latency

Responses in under 50ms from our global edge network.

Standard Compliant

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'
});

Official Libraries

v2.4.0

Node.js SDK

npm i @tikiauth/node
v2.1.2

React SDK

npm i @tikiauth/react
v1.8.5

Python SDK

pip install tikiauth
v1.2.0

Go SDK

go get github.com/tikiauth/go