Skip to content
#

localauthentication

Here are 15 public repositories matching this topic...

Touch ID and Face ID demo. Many users rely on biometric authentication like Face ID or Touch ID to enable secure, effortless access to their devices. As a fallback option, and for devices without biometry, a passcode or password serves a similar purpose. Use the LocalAuthentication framework to leverage these mechanisms in your app and extend authentication procedures your app already implements.

  • Updated Apr 8, 2019
  • Swift

Accessing Keychain Items with Face ID or Touch ID. When you store a secure item like a password or a private key in the keychain, you dictate the conditions under which that item can be accessed later. Among other things, you can tell keychain services that every time it tries to read the item, it should first seek the user’s permission—for example, by authenticating the user biometrically with Face ID or Touch ID. You rely on both the Security and LocalAuthentication frameworks to enable this behavior.

  • Updated Apr 8, 2019
  • Swift

Improve this page

Add a description, image, and links to the localauthentication topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the localauthentication topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.