Quick Links
- Quick Start Guide - Get up and running in 5 minutes
- Authentication Module - Authentication architecture and implementation
- Webhook Testing Guide - Testing webhook events
- Role Assignment - How user roles are determined
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
- Follow the Quick Start Guide
- Review Authentication Module for detailed architecture
- Test user sync via NATS events
- Verify user creation in PostgreSQL
Architecture
Environment Variables
Required in.env:
Other Documentation
- API Documentation (coming soon)
- Database Schema (coming soon)
- Deployment Guide (coming soon)