managarten/services/mana-core-auth/src
Wuesteon 3fa7b027aa feat: add email service and storage module + fix runtime env vars
## Runtime Environment Fix
- Updated all web app hooks.server.ts to use $env/dynamic/private
- This allows Docker containers to inject env vars at runtime
- Updated docker-compose.staging.yml with HTTPS staging domains
- Fixes Mixed Content errors when accessing staging via domains

## New Features
- Added email service to mana-core-auth for sending emails
- Added storage module to chat backend

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-10 02:22:34 +01:00
..
__tests__/utils Fix wrong type 2025-12-04 23:25:25 +01:00
ai 🐛 fix(auth): remove type-only import of ConfigService in AiService 2025-12-04 19:08:37 +01:00
auth feat: add email service and storage module + fix runtime env vars 2025-12-10 02:22:34 +01:00
common debug(auth): add detailed logging to JwtAuthGuard 2025-12-08 22:52:59 +01:00
config feat: add email service and storage module + fix runtime env vars 2025-12-10 02:22:34 +01:00
credits Fix wrong type 2025-12-04 23:25:25 +01:00
db fix(db): use TEXT for user_id columns across entire codebase 2025-12-09 16:30:51 +01:00
email feat: add email service and storage module + fix runtime env vars 2025-12-10 02:22:34 +01:00
feedback Fix wrong type 2025-12-04 23:25:25 +01:00
health fix route 2025-12-05 00:50:23 +01:00
referrals feat(auth): add fraud detection, cron jobs, and admin endpoints to referral system 2025-12-07 16:09:39 +01:00
settings Fix wrong type 2025-12-04 23:25:25 +01:00
app.module.ts feat: add email service and storage module + fix runtime env vars 2025-12-10 02:22:34 +01:00
main.ts fix(mana-core-auth): configure helmet for cross-origin requests 2025-12-05 15:30:12 +01:00