managarten/services/mana-core-auth/src/auth
Till-JS 2ccd063628 feat(auth): redirect users to source app after email verification
Add sourceAppUrl tracking during registration to redirect users back
to the app they registered from after email verification. Includes
URL validation for security (only *.mana.how, mana.how, localhost).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 01:31:31 +01:00
..
dto feat(auth): redirect users to source app after email verification 2026-01-27 01:31:31 +01:00
services feat(auth): redirect users to source app after email verification 2026-01-27 01:31:31 +01:00
stores feat(auth): redirect users to source app after email verification 2026-01-27 01:31:31 +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): redirect users to source app after email verification 2026-01-27 01:31:31 +01:00
auth.module.ts feat(auth): add email verification endpoint for Better Auth 2026-01-26 20:28:30 +01:00
better-auth-passthrough.controller.ts feat(auth): redirect users to source app after email verification 2026-01-27 01:31:31 +01:00
better-auth.config.ts feat(auth): redirect users to source app after email verification 2026-01-27 01:31: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