mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 17:39:40 +02:00
Memoro's SvelteKit SPA at memoro-app.mana.how is a separate deploy under mana e.V. that needs to use the central mana-auth (login, session, JWT). Without this entry Better-Auth rejects its preflight silently (no Access-Control-Allow-Origin header) and the SPA can't even reach POST /api/v1/auth/login. Updates both SSOTs per the rule in CLAUDE.md / mana-auth/CLAUDE.md: 1. PRODUCTION_TRUSTED_ORIGINS in services/mana-auth/src/auth/sso-origins.ts 2. CORS_ORIGINS for mana-auth in docker-compose.macmini.yml sso-config.spec.ts will pick up the consistency between the two. |
||
|---|---|---|
| .. | ||
| auth | ||
| db | ||
| lib | ||
| middleware | ||
| routes | ||
| services | ||
| spaces | ||
| config.ts | ||
| index.ts | ||