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

Tikti Wiki

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.

This wiki is organized in the same docs-first style used by large engineering documentation portals: start with onboarding, then move into concepts, API contracts, operations, and testing.

Quick Start Path

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

Documentation Map

Source of Truth

The canonical technical specs live in docs/ in the main repository. This wiki mirrors those specs and adds navigation for operational use.

Clone this wiki locally