jrendel / SwiftKeychainWrapper

A simple wrapper for the iOS Keychain to allow you to use it in a similar fashion to User Defaults. Written in Swift.
MIT License
1.59k stars 339 forks source link

Callback on keychain value change for given key #173

Open LeonidKokhnovich opened 2 years ago

LeonidKokhnovich commented 2 years ago

Hi! Thanks a lot for such a great library!

I would like to see if there could be an integration with Swift Combine which would allow getting updates to the Keychain reactively as a stream of changes when they happen. What is the feasibility of that?

Any other way to expose callback when a change happens like KVO, Notification or delegate would also be a great start.