added info for mac keychain

This commit is contained in:
2024-10-18 22:06:33 -04:00
parent bd39268c0a
commit 064a2c7f7d
8 changed files with 170 additions and 143 deletions

View File

@ -19,7 +19,11 @@ import (
var aniListJwt AniListJWT
var aniRing, _ = keyring.Open(keyring.Config{
ServiceName: "AniTrack",
ServiceName: "AniTrack",
KeychainName: "AniTrack",
KeychainSynchronizable: false,
KeychainTrustApplication: true,
KeychainAccessibleWhenUnlocked: true,
})
var aniCtxShutdown, aniCancel = context.WithCancel(context.Background())