managarten/services/mana-core-auth/src
Till JS c6b1f83f8b test(auth): add tests for audit log, magic links, and security events
Unit tests (12 new):
- Security events controller: endpoint returns events, guard config
- Audit log service: DB query, ordering, limit, empty results
- Magic link passthrough: route exists, delegates to Better Auth

E2E tests (5 new):
- Magic link routes are routable (send + verify)
- Security events endpoint auth + response shape

Total auth tests: 47 unit + ~35 E2E = 82+

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 11:29:24 +01:00
..
__tests__/utils perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
admin feat(gdpr): add DSGVO improvements for self-service data page 2026-02-13 13:43:23 +01:00
ai feat: add unified @manacore/shared-llm package and migrate all backends 2026-03-23 22:06:30 +01:00
analytics fix(mana-core-auth): complete production readiness with test fixes 2026-02-01 14:18:58 +01:00
api-keys feat(auth): add audit logging, account lockout, and API key rate limiting 2026-03-19 22:09:58 +01:00
auth test(auth): add tests for audit log, magic links, and security events 2026-03-27 11:29:24 +01:00
common test(auth): add unit tests for local JWKS cache 2026-03-24 22:36:22 +01:00
config ♻️ refactor(credits): simplify credit system by removing free credits and B2B 2026-02-16 11:54:32 +01:00
credits ♻️ refactor(credits): simplify credit system by removing free credits and B2B 2026-02-16 11:54:32 +01:00
db fix(tags): add FK constraint, token validation, input validation 2026-03-26 21:49:21 +01:00
email feat(auth): add password strength indicator and magic links 2026-03-27 11:23:09 +01:00
feedback Fix wrong type 2025-12-04 23:25:25 +01:00
gifts perf(auth): replace bcrypt with bcryptjs (pure JS, no native build tools) 2026-03-20 19:46:16 +01:00
health 🐛 fix(matrix-mana-bot): resolve QEMU emulation failure in CI 2026-02-01 13:59:04 +01:00
me feat(gdpr): add DSGVO improvements for self-service data page 2026-02-13 13:43:23 +01:00
metrics feat(calendar): add Playwright E2E tests for web app 2026-03-17 13:08:09 +01:00
security feat(auth): add TOTP two-factor authentication across all apps 2026-03-26 19:55:09 +01:00
settings feat(onboarding): add Matrix onboarding bot for profile setup 2026-02-14 12:42:41 +01:00
storage refactor(auth,planta): optimize storage usage 2026-03-20 20:59:14 +01:00
stripe 💳 feat(stripe): add SEPA Direct Debit payment option 2026-02-16 12:05:19 +01:00
subscriptions 💳 feat(stripe): add SEPA Direct Debit payment option 2026-02-16 12:05:19 +01:00
tag-groups fix(tags): transaction on sync, scroll indicator, backend tests (37 tests) 2026-03-26 22:00:12 +01:00
tag-links fix(tags): transaction on sync, scroll indicator, backend tests (37 tests) 2026-03-26 22:00:12 +01:00
tags fix(tags): transaction on sync, scroll indicator, backend tests (37 tests) 2026-03-26 22:00:12 +01:00
app.module.ts feat(tags): implement cross-app tag system with groups and entity links 2026-03-26 20:43:34 +01:00
main.ts fix(auth): remove conflicting JSON body parser middleware 2026-02-16 14:30:06 +01:00