managarten/services/mana-core-auth/src/db/schema
Wuesteon 319ccd1a46 feat(auth): add error logs API and database schema
Add centralized error logging endpoint to mana-core-auth:
- Error logs database schema with app_id, error message, stack traces
- POST /error-logs endpoint for single errors
- POST /error-logs/batch endpoint for batch submissions
- Error logs service with automatic cleanup of old entries
- DTOs with validation for error log submissions
2025-12-19 02:17:55 +01:00
..
auth.schema.ts 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00
credits.schema.ts 🐛 fix(auth): use Better Auth native JWT validation with EdDSA 2025-12-01 15:18:57 +01:00
error-logs.schema.ts feat(auth): add error logs API and database schema 2025-12-19 02:17:55 +01:00
feedback.schema.ts fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
index.ts feat(auth): add error logs API and database schema 2025-12-19 02:17:55 +01:00
organizations.schema.ts first auth impl 2025-12-01 13:30:58 +01:00
referrals.schema.ts fix(manacore): auth flow and dashboard widget API fixes 2025-12-07 14:44:58 +01:00
tags.schema.ts feat: major update with network graphs, themes, todo extensions, and more 2025-12-10 02:37:46 +01:00