Skip to content
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

Clear previously saved items in Keychain #16

Merged
merged 2 commits into from
May 6, 2024

Conversation

vpeschenkov
Copy link
Owner

@vpeschenkov vpeschenkov commented Feb 23, 2023

Clear previously saved items in Keychain:

To avoid issues with access to Keychain items after changing their accessible level, it's important to remove them first. Otherwise, if items are not removed and we use a different accessible level, Keychain will not return any valid data unless null. Therefore, to prevent this issue, we need to ensure that password has a new accessible level assigned after any changes are made.

Close #15

@vpeschenkov vpeschenkov changed the title Question: how should I use the keychainAccessible attribute? Clear previously saved items in Keychain Feb 23, 2023
@vpeschenkov vpeschenkov force-pushed the issue/keychain-accessible branch from bbdab55 to 1706b19 Compare February 23, 2023 14:16
@vpeschenkov vpeschenkov merged commit 06b6dcf into master May 6, 2024
@vpeschenkov vpeschenkov deleted the issue/keychain-accessible branch May 6, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Question: how should I use the keychainAccessible attribute?
1 participant