The Gateway Philosophy in Code
Discover how ZenoAuth implements the ancient wisdom of Citium in modern software architecture. A single, logical gateway built on Rust's performance and PostgreSQL's reliability.
Store dynamic user profiles, application settings, and audit metadata without schema migrations.
Globally unique identifiers prevent ID enumeration attacks and enable distributed systems.
GIN indexes on JSONB columns, composite indexes on query patterns, and full-text search ready.
Memory safety without garbage collection, zero-cost abstractions with predictable performance.
Zeno taught that virtue comes from living according to nature and reason. ZenoAuth applies this philosophy to authentication: natural simplicity, reasonable security, logical architecture.