managarten/services/mana-core-auth/src/auth
Till-JS fafa550a60 feat(auth): add Brevo SMTP email service for transactional emails
- Add nodemailer-based email service with Brevo SMTP integration
- Implement password reset, invitation, and welcome email templates
- Update better-auth.config.ts to use email service for sendResetPassword and sendInvitationEmail
- Add SMTP environment variables to docker-compose.macmini.yml
- Change minimum password length from 12 to 8 characters

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 14:07:31 +01:00
..
dto 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00
services fix: resolve build errors for mana-core-auth and clock-backend 2026-01-22 22:48:58 +01:00
types 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00
auth.controller.spec.ts test: implement comprehensive automated testing system with daily CI/CD 2025-12-25 19:12:27 +01:00
auth.controller.ts 🐛 fix(auth): require name field in registration forms 2025-12-16 20:28:28 +01:00
auth.module.ts 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00
better-auth.config.ts feat(auth): add Brevo SMTP email service for transactional emails 2026-01-26 14:07:31 +01:00
jwt-validation.spec.ts 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00