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

Adding touch ID support (via new data protection keychain) #136

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    f04b860 View commit details
    Browse the repository at this point in the history
  2. Fix logic in UpdateItem

    SecItemUpdate only accepts the SetData (kSecValueData) param for an update when SetAccessControl (kSecAttrAccessControl) was set on original item.
    alexw23 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    35678cd View commit details
    Browse the repository at this point in the history
  3. Added accessConstraints and accessControls for SecAccessControl.

    Also added a check to ensure we are running in a bundled app context.
    alexw23 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    b9b548f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    218a9fa View commit details
    Browse the repository at this point in the history
  5. chore: Bump go-keychain

    alexw23 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    cccdccf View commit details
    Browse the repository at this point in the history
  6. chore: Update go-keychain

    alexw23 committed May 7, 2024
    Configuration menu
    Copy the full SHA
    95e6dc9 View commit details
    Browse the repository at this point in the history