Skip to content
Osvaldo Andrade edited this page Feb 12, 2026 · 5 revisions

Tikti

Tikti is a multi-tenant identity service in Go with Redis persistence, HS256 idTokens for user identity, and RS256 access tokens for resource-server authorization.

Start with Get Started.

If you are evaluating Tikti end-to-end, the fastest reading path is:

  1. Get Started
  2. Overview
  3. Architecture and Data Model
  4. Tokens and Keys
  5. API Specification

If you are integrating a client or worker, read Use Cases.

Clone this wiki locally