Auth features
Better Auth plugins are wired only through explicit Nest v1 controllers. Anything not exposed there is unsupported for product and compliance reviews.Reintroduce magic link, phone OTP, or 2FA only behind dedicated
/api/v1/auth/* handlers that issue credentials through JwtIssuerService, matching social and SSO flows.Other platform features
- Multi-tenant organizations (
/api/v1/organizations/*) - Email via Kafka to
fluide-utils(Resend templates) - Redis-backed cache (sessions, rate limits, OTP); in-memory fallback
- Drizzle migrations as single source of schema truth