]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commit
optionally save passwords with biometric storage
authorDominik Csapak <d.csapak@proxmox.com>
Tue, 13 Sep 2022 13:11:30 +0000 (15:11 +0200)
committerDominik Csapak <d.csapak@proxmox.com>
Fri, 21 Apr 2023 12:19:23 +0000 (14:19 +0200)
commit621457785abdf004ad6a55f4c2e90d516e1cb428
tree3c670c4a2316b42d33a01792ca2c425395ee3129
parentcff301dbba25a53b92c435e45e58bfff5a36bd2b
optionally save passwords with biometric storage

uses 'biometric_storage' to save passwords secured by the platform
biometric method (e.g. fingerprint).

fingerprint is necessary when saving the password, as well as everytime
we need to read the password, e.g. selecting a login with a saved
password from the list.

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
lib/proxmox_login_form.dart
lib/proxmox_login_model.dart
lib/proxmox_login_selector.dart
lib/proxmox_password_store.dart [new file with mode: 0644]
pubspec.yaml