Overview

The Better Auth integration provides:
  • ✅ JWT-based user authentication
  • ✅ Automatic user sync via NATS events
  • ✅ Organization management with multi-tenant support
  • ✅ Redis caching for performance
  • ✅ PostgreSQL as single source of truth

Getting Started

  1. Follow the Quick Start Guide
  2. Review Authentication Module for detailed architecture
  3. Test user sync via NATS events
  4. Verify user creation in PostgreSQL

Architecture

Environment Variables

Required in .env:
See .env.example for full configuration.

Other Documentation

  • API Documentation (coming soon)
  • Database Schema (coming soon)
  • Deployment Guide (coming soon)