kaizen-app/app/src
Bruno Deanoz ba7ebafe08 feat: security settings — devices, password change, biometric toggle
Security section in Settings with three cards:
- Biometric toggle (persisted in SecureStore, respected by unlock flow)
- Signed-in devices list with remote revoke (GET/DELETE /api/v1/auth/tokens)
- Password change form (POST /api/v1/auth/change-password)

requestBiometricOrPassword() now checks the biometric toggle — when
disabled, always falls back to password dialog.
2026-06-22 13:44:01 +02:00
..
androidTest/java/dev/kaizen/app Initial commit - Kaizen App 2026-06-18 15:08:09 +02:00
main feat: security settings — devices, password change, biometric toggle 2026-06-22 13:44:01 +02:00
test/java/dev/kaizen/app auto-lock on background + reasoning/sources tests 2026-06-22 00:03:59 +02:00