AltitudeWeb/backend
Teriuihi 32a454c034 Refactor permission handling and authentication services
Replaced `PermissionClaim` enum with an OpenAPI-defined schema `PermissionClaimDto` for consistency across frontend and backend. Refactored authentication flow to utilize `AuthService` on the frontend, consolidating JWT handling logic. Removed redundant methods like `saveJwt` and integrated robust permission management throughout the application.
2025-06-21 23:15:46 +02:00
..
src Refactor permission handling and authentication services 2025-06-21 23:15:46 +02:00
build.gradle.kts Implement enhanced login functionality with JWT, role-based permissions, and frontend integration 2025-05-30 23:41:13 +02:00