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

Update MacOS keychain backend to new APIs #522

Merged
merged 4 commits into from Aug 16, 2021

Conversation

smichaels-tob
Copy link

This commit updates the MacOS keychain backend to use the new SecItemAdd, SecItemCopyMatching, and SecItemDelete APIs, using a pure Python implementation with ctypes. This should address issue #519, as well as opening the door for further MacOS fixes — although it still does not appear to be possible to use TouchID to access the keychain, but this seems to be a limitation in Keychain itself.

@jaraco
Copy link
Owner

jaraco commented Aug 15, 2021

Wow. This is exciting. Thanks for working on it. At first blush, it looks like the tests are only failing due to linter nitpicks. I'll fix those up and see if we can get this merged.

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.

None yet

2 participants