managarten/services/mana-core-auth/src/auth
Till-JS f0cf1bc804 🐛 fix(mana-core-auth): OIDC token exchange now works with body-parser
- Removed debug logging that exposed sensitive client_secret in production logs
- The body-parser middleware in main.ts correctly handles form-urlencoded token requests
- handleOidcRequest properly converts parsed body to URLSearchParams for Better Auth
2026-02-01 12:28:41 +01:00
..
dto feat(auth): add resend verification email to all login pages 2026-01-29 14:55:49 +01:00
services 🐛 fix(mana-core-auth): OIDC token exchange now works with body-parser 2026-02-01 12:28:41 +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 fix(mana-core-auth): remove non-existent id field from trusted client 2026-01-30 18:28:51 +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 fix(mana-core-auth): use Better Auth native sign-in for OIDC login 2026-01-30 16:57:52 +01:00
oidc.controller.ts 🐛 fix(mana-core-auth): OIDC token exchange now works with body-parser 2026-02-01 12:28:41 +01:00