SingleKeychainStore

open class SingleKeychainStore<T> where T : Decodable, T : Encodable

SingleKeychainStore offers a convenient way to store a single Codable object securely in the OS Keychain.

Warning: Keep in mind that values stored in in the OS keychain is not removed when the app is deleted.