managarten/services/mana-core-auth/src/auth
Till-JS 0c150df0f1 feat(auth): add resend verification email to all login pages
Add ability to resend verification email when login fails with
"Email not verified" error. Implemented across all 14 apps using
Mana Core Auth.

Changes:
- Add POST /api/v1/auth/resend-verification endpoint to mana-core-auth
- Add resendVerificationEmail method to shared-auth client
- Update LoginPage component with resend UI and translations
- Add resendVerificationEmail to all app auth stores
- Add translations for de, en, fr, es, it
- Add PlantaLogo to shared-branding
- Migrate planta login to shared LoginPage component
2026-01-29 14:55:49 +01:00
..
dto feat(auth): add resend verification email to all login pages 2026-01-29 14:55:49 +01:00
services feat(auth): add resend verification email to all login pages 2026-01-29 14:55:49 +01:00
stores 🐛 fix(auth): implement password reset email link handler 2026-01-28 15:49:33 +01:00
types feat(auth): redirect users to source app after email verification 2026-01-27 01:31:31 +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 feat(auth): add resend verification email to all login pages 2026-01-29 14:55:49 +01:00
auth.module.ts feat(auth): add OIDC login page for Matrix SSO 2026-01-29 12:55:02 +01:00
better-auth-passthrough.controller.ts 🐛 fix(auth): implement password reset email link handler 2026-01-28 15:49:33 +01:00
better-auth.config.ts feat(auth): add OIDC Provider for Matrix SSO integration 2026-01-28 16:40:33 +01:00
jwt-validation.spec.ts 🔒 security(auth): migrate to EdDSA JWT and add automated monitoring 2025-12-18 21:42:47 +01:00
oidc-login.controller.ts feat(auth): add OIDC login page for Matrix SSO 2026-01-29 12:55:02 +01:00
oidc.controller.ts docs(auth): add Matrix SSO integration documentation 2026-01-29 12:57:48 +01:00