meldestelle/contracts
StefanMoCoAt 05962487e7 chore(ping-service, security): integrate centralized security module and enhance Ping-Service
- Replaced local `SecurityConfig` in `ping-service` with the shared `infrastructure:security` module.
- Added `GlobalSecurityConfig` to standardize OAuth2, JWT validation, and CORS for all services.
- Introduced new endpoints (`/ping/public`, `/ping/secure`) with role-based access control.
- Updated database schema with Flyway migration (`V1__init_ping.sql`) and refactored persistence layer to align with the standardized approach (`createdAt` field).
- Enhanced application configuration (`application.yaml`) to use shared security and Flyway settings.
2026-01-16 19:11:48 +01:00
..
ping-api chore(ping-service, security): integrate centralized security module and enhance Ping-Service 2026-01-16 19:11:48 +01:00
README.md docs: restructure domain documentation and update references 2026-01-15 13:44:49 +01:00

Contracts Module

Dieses Modul enthält die geteilten API-Definitionen (Data Transfer Objects, DTOs) und Schnittstellen, die als "Vertrag" zwischen den verschiedenen Services (z.B. Backend und Frontend) dienen.

Die Dokumentation für die Services, die diese Verträge implementieren, befindet sich hier: -> docs/05_Backend/README.md