meldestelle/frontend/core/auth/src
Stefan Mogeritsch 0e32999df4 feat(auth, ui): add Keycloak login flow and enhance LoginScreen UI
- Introduced `onKeycloakLogin` callback in LoginScreen for Keycloak-based authentication.
- Updated Login UI with "Login with Keycloak" button and loading indicator for OIDC flow.
- Implemented dividers and spacing for improved visual structure.

- Refactored LandingScreen into a separate file for better modularity and maintenance.
- Reintroduced LandingScreen features, hero section, and footer with enhanced composables.

- Added `composeHotReload` plugin and `uiTooling` dependency for development improvements.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-21 17:49:15 +01:00
..
commonMain/kotlin/at/mocode/frontend/core/auth feat(auth, ui): add Keycloak login flow and enhance LoginScreen UI 2026-03-21 17:49:15 +01:00
jsMain/kotlin/at/mocode/frontend/core/auth/data feat: implement OIDC PKCE flow for Keycloak login with frontend-client 2026-03-09 15:51:42 +01:00
jvmMain/kotlin/at/mocode/frontend/core/auth/data fix: wrap browser opening in withContext(Dispatchers.IO) for JVM OIDC callback 2026-03-09 15:51:42 +01:00