hyperoslo / Keychains

:key: A keychain wrapper that is so easy to use that your cat could use it.
Other
75 stars 6 forks source link

Face ID/ Touch ID Support? #15

Open heysaik opened 5 years ago

heysaik commented 5 years ago

Would it be possible to gather the account and password instantly by linking it to iOS’s biometrics?

onmyway133 commented 5 years ago

@aidev1065 Hi, this is a great addition. How do you want it to be?

heysaik commented 5 years ago

I figured that if you can add the FaceID/TouchID APIs, then it would be easy. So users can enter their biometric data, and then if it’s successful, the keychain will grab the username and password, or whatever keys you are storing. Of course, you will need to have users enable the NSFaceIDUsageDescription Key in their Info.plist file but that can be easily done with a message in the README file. Currently in my app, I’m using a combination of your library and another library called BioMetricAuthentication. Take a look and see if it works!

Thanks!

Sent from my iPhone

On Aug 1, 2018, at 2:18 AM, Khoa notifications@github.com wrote:

@aidev1065 Hi, this is a great addition. How do you want it to be?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.