meldestelle/frontend/core/auth
StefanMoCoAt e8124c047a refactor(auth, design-system): remove unused methods and annotations for cleanup
- Deleted obsolete methods such as `exchangeAuthorizationCode` and `logout` from the Auth module.
- Removed unused browser PKCE utilities and associated constants.
- Annotated unused components across the Design System with `@Suppress("unused")` for clarity.
- Simplified `LoginViewModel` to handle logout by clearing UI state directly.
2026-01-23 01:37:55 +01:00
..
src/commonMain/kotlin/at/mocode/frontend/core/auth refactor(auth, design-system): remove unused methods and annotations for cleanup 2026-01-23 01:37:55 +01:00
build.gradle.kts refactor(auth): migrate Auth module from feature to core package 2026-01-23 01:16:40 +01:00