auth0 / SimpleKeychain

A simple Keychain wrapper for iOS, macOS, tvOS, and watchOS
https://auth0.github.io/SimpleKeychain
MIT License
587 stars 76 forks source link

fixed: hasItem #191

Closed c128128 closed 1 year ago

c128128 commented 1 year ago

Usually you don't expect to confirm with a FaceID/TouchID when you want to check if a item exists in keychain.

Credits to https://github.com/kishikawakatsumi/KeychainAccess/issues/159

Widcket commented 1 year ago

Hi @c128128, apologies for the delay. Unfortunately, kSecUseAuthenticationUIFail is deprecated, so we can't merge this.