feat(auth): add Brevo email integration for password reset and org invites

This commit is contained in:
Wuesteon 2025-12-16 03:33:15 +01:00
parent f37f85eded
commit c5ffd92bad
14 changed files with 1041 additions and 554 deletions

View file

@ -74,6 +74,10 @@ services:
JWT_SECRET: ${JWT_SECRET}
JWT_PUBLIC_KEY: ${JWT_PUBLIC_KEY}
JWT_PRIVATE_KEY: ${JWT_PRIVATE_KEY}
# Brevo Email Service
BREVO_API_KEY: ${BREVO_API_KEY}
EMAIL_SENDER_ADDRESS: ${EMAIL_SENDER_ADDRESS:-noreply@manacore.ai}
EMAIL_SENDER_NAME: ${EMAIL_SENDER_NAME:-ManaCore}
# CORS - Allow all staging web app origins (HTTPS domains + localhost for dev)
CORS_ORIGINS: https://chat.staging.manacore.ai,https://staging.manacore.ai,https://calendar.staging.manacore.ai,https://clock.staging.manacore.ai,https://todo.staging.manacore.ai,http://localhost:3000,http://localhost:5173,http://localhost:5186,http://localhost:5187,http://localhost:5188
ports: