Files
DigitalData.Auth/src/DigitalData.Auth.API/Middleware/ExceptionHandlingMiddleware.cs
TekH e55a6a3663 Add global exception handling middleware
Introduced `ExceptionHandlingMiddleware` to handle exceptions
globally, log errors, and return appropriate JSON responses.
Registered the middleware in `Program.cs` to ensure all requests
are processed through it. Added localization support in
`Program.cs` to enable localized error messages and other
features.
2026-05-29 00:20:55 +02:00

3.5 KiB