We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to #11, but not quite.
It looks like if you set a certain attribute on the keychain item, you can have it prompt for a TouchID instead of a password.
https://developer.apple.com/documentation/localauthentication/accessing_keychain_items_with_face_id_or_touch_id
This would be a lot better from a UX perspective, and might deter users from clicking Always Allow.
Always Allow
The text was updated successfully, but these errors were encountered:
Some of the objective-c/swift code found here may be useful: https://github.com/infinum/Locker
Features Save data in Keychain. Fetch data from Keychain with Biometric ID. Delete data from Keychain.
Sorry, something went wrong.
any movement on this?
Peeking in here. :-)
No branches or pull requests
Similar to #11, but not quite.
It looks like if you set a certain attribute on the keychain item, you can have it prompt for a TouchID instead of a password.
https://developer.apple.com/documentation/localauthentication/accessing_keychain_items_with_face_id_or_touch_id
This would be a lot better from a UX perspective, and might deter users from clicking
Always Allow
.The text was updated successfully, but these errors were encountered: