-
Notifications
You must be signed in to change notification settings - Fork 795
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
Catch Touch ID prompt canceled by user #535
Comments
I've found the solution. To resume the issue: when a user cancel the Touch ID / password prompt, KeychainAccess/Lib/KeychainAccess/Keychain.swift Line 1845 in 6299dae
KeychainAccess/Lib/KeychainAccess/Keychain.swift Line 1857 in 6299dae
Therefore the today code returns KeychainAccess/Lib/KeychainAccess/Keychain.swift Lines 619 to 630 in 6299dae
The query on MacOS needs the attribute
I don't see it as an option in the lib, so it'll need a PR. |
Fixes macOS access groups issues as described in kishikawakatsumi#438, kishikawakatsumi#491 and kishikawakatsumi#535
Hello,
I can't manage to catch if a user canceled the touch ID / password prompt => the key is always returned, as
nil
if the user canceled the prompt.That's a major issue because if the key is
nil
, I (later in the code) assume there is none and so I create it:=> so in fact I modify it => meaning basically if the user cancel the prompt, its key is updated....
I'm working on a
MacOS
app.Any idea? Thanks.
Linked to #338
The text was updated successfully, but these errors were encountered: