Add SecureStorageController

This commit is contained in:
Henry Hiles 2025-11-17 21:43:46 -05:00
commit c3376bf780
Signed by: Henry-Hiles
SSH key fingerprint: SHA256:VKQUdS31Q90KvX7EkKMHMBpUspcmItAh86a+v7PGiIs
10 changed files with 129 additions and 181 deletions

View file

@ -40,7 +40,7 @@ class ClientController extends AsyncNotifier<Client> {
identifier: AuthenticationUserIdentifier(user: username),
password: password,
);
//TODO: refresh
ref.invalidateSelf();
return true;
} catch (_) {
return false;