mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:21:10 +02:00
Remove the entire NestJS-based mana-core-auth service (~36,000 lines including tests, config, and package files). The new mana-auth service (Hono + Bun, ~1,900 LOC) is the complete replacement on the same port. Deleted: - services/mana-core-auth/ — 169 files, 36,123 lines (NestJS 10, Express, class-validator, all NestJS infrastructure) Updated: - docker-compose.macmini.yml: mana-auth now builds from services/mana-auth with Bun healthcheck, simplified env vars (no Redis, no DuckDB needed) - CLAUDE.md: mana-core-auth → mana-auth in services list - Overview plan: marked Phase 4+5 as DONE, updated next steps The ManaCore auth ecosystem is now: - mana-auth (3001) — Auth, JWT, SSO, OIDC, Guilds, API Keys, GDPR - mana-credits (3061) — Credits, Gifts, Guild Pools, Stripe - mana-user (3062) — Settings, Tags, Storage - mana-subscriptions (3063) — Plans, Billing, Invoices - mana-analytics (3064) — Feedback, Voting Total: ~6,600 LOC across 5 Hono+Bun services Replaces: ~20,000 LOC in 1 NestJS service (67% reduction) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| apps/nutriphi | ||
| local-first-and-service-extraction-overview.md | ||
| local-first-architecture-migration.md | ||
| mana-core-auth-production-readiness.md | ||
| monorepo-restructure-migration.md | ||