mirror of
https://github.com/nimbold/Firelink.git
synced 2026-08-19 23:52:16 +00:00
feat: implement native OS keyring for site logins
- Replaced plaintext local storage password fields with keyring v3 OS native integration. - Tauri backend securely sets, gets, and deletes credentials via system keychains. - Dynamic password injection occurs seamlessly on download start and metadata parsing.
This commit is contained in:
@@ -5,7 +5,6 @@ export interface SiteLogin {
|
||||
id: string;
|
||||
urlPattern: string;
|
||||
username: string;
|
||||
password?: string;
|
||||
}
|
||||
|
||||
export type AppFontSize = 'small' | 'standard' | 'large';
|
||||
|
||||
Reference in New Issue
Block a user