-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Osvaldo Andrade edited this page Feb 12, 2026
·
5 revisions
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.
- Use Cases
- Use Case: OOB Email Sign-In
- Use Case: Password Sign-In
- Use Case: codeQ Worker Token Exchange
- Use Case: Tenant Admin Lifecycle
- Use Case: Resource Server Token Validation
The canonical technical specs live in docs/ in the main repository. This wiki mirrors those specs and adds navigation for operational use.