-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize KeychainSettings
#121
Comments
This is NOT blocked by #71. There are currently no known issues, just a lack of testing and feedback. |
Switched out NSUserDefaultSettings with KeychainSettings. I've tried using it once, got the feedback that it wasn't working. Like the values weren't persisted. Didn't look into it again though. Could be something on my side as well. Lazy: Is there anything that needs to be enabled on iOS side in order to use the Keychain? |
There shouldn't be any extra config necessary. The sample app has an option to use it so maybe compare against that. |
Just wondering if |
See #71. Unfortunately, I'm not aware of a way to observe keychain updates that works outside of macOS. |
Just to let you know we use |
Can't this be closed since 1.0.0 is released? |
It's still marked experimental in 1.0.0 |
Using Edit: opened #144 |
Can't believe it's now 2024. |
Currently,
KeychainSettings
is considered experimental because I want to be cautious about security-related APIs and I've had very little feedback. Please report this ticket if it is or isn't working for you so I can get a sense of when it's ready to be marked stable.The text was updated successfully, but these errors were encountered: