mosenioring/front001/mosenioring/test/features
oskar 1315b95a72 implement offline lock with PIN and biometric authentication
- Introduced `AppGateController` to manage initial routing (login, unlock, or home) based on session and connectivity state.
- Added `OfflineLockRepository` and `UnlockController` with support for PIN (PBKDF2 hashing) and biometric authentication.
- Created `UnlockScreen` for PIN entry and biometric prompts.
- Added `ConnectivityService` to detect online/offline status using `connectivity_plus`.
- Enhanced `AuthLocalDataSource` and `SessionRepository` to manage session markers and user IDs.
- Updated `AuthController` to handle session markers and navigation transitions.
- Modified `GoRouter` to use `AppGateState` for app-wide redirection logic.
- Integrated `local_auth` and `cryptography` packages.
- Added comprehensive unit tests for `AppGateController` and `UnlockController`.
2026-01-13 14:35:57 +01:00
..
app_gate implement offline lock with PIN and biometric authentication 2026-01-13 14:35:57 +01:00
auth implement offline lock with PIN and biometric authentication 2026-01-13 14:35:57 +01:00
offline_lock implement offline lock with PIN and biometric authentication 2026-01-13 14:35:57 +01:00
telemetry partially work. 2026-01-12 22:23:38 +01:00