feat: Implement keyring-based OTP secret storage with migration from config.json and allow launcher command configuration.

This commit is contained in:
CPTN Cosmo 2026-02-02 02:22:44 +01:00
parent 1ec9339b26
commit d52743d69c
No known key found for this signature in database
3 changed files with 89 additions and 26 deletions

View file

@ -1,3 +1,3 @@
{
"secret": "YOUR_BASE32_SECRET_HERE"
"launcher_cmd": "flatpak run dev.goats.xivlauncher"
}